diff --git a/lib/ModelHandlers.ts b/lib/ModelHandlers.ts index 9aa5377..c2c68fb 100644 --- a/lib/ModelHandlers.ts +++ b/lib/ModelHandlers.ts @@ -31,7 +31,6 @@ export class ModelHandlers { partial: false }); - let wrapped: TResult; return Bluebird.resolve(result).then((target: any) => { return >Bluebird // If onRetrieved returns a Bluebird promise then there is no significant performance overhead here