Skip to content

Commit 8522f39

Browse files
committed
style: fix lint
1 parent cc60077 commit 8522f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/model/applyStaticHooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const middlewareFunctions = Array.from(
99
...aggregateMiddlewareFunctions,
1010
...modelMiddlewareFunctions,
1111
...documentMiddlewareFunctions
12-
])
12+
])
1313
);
1414

1515
module.exports = function applyStaticHooks(model, hooks, statics) {

0 commit comments

Comments
 (0)