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 cc60077 commit 8522f39Copy full SHA for 8522f39
lib/helpers/model/applyStaticHooks.js
@@ -9,7 +9,7 @@ const middlewareFunctions = Array.from(
9
...aggregateMiddlewareFunctions,
10
...modelMiddlewareFunctions,
11
...documentMiddlewareFunctions
12
- ])
+ ])
13
);
14
15
module.exports = function applyStaticHooks(model, hooks, statics) {
0 commit comments