We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ba2b7 commit 7e47e38Copy full SHA for 7e47e38
index.js
@@ -40,7 +40,7 @@ function generateFauxId(data) {
40
* @return {Boolean}
41
*/
42
function mustParseAsSequelize(hook) {
43
- return hook.service.Model && hook.result.$options;
+ return hook.service.Model;
44
}
45
46
/**
0 commit comments