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 0f958f9 commit e659ec7Copy full SHA for e659ec7
1 file changed
docs/api/hooks.md
@@ -27,7 +27,7 @@ app.service('messages').hooks({
27
28
await next()
29
30
- console.log(`Method ${context.method} on ${context.path} took ${Date.now() - start}ms`)
+ console.log(`Method ${context.method} on ${context.path} took ${Date.now() - startTime}ms`)
31
}
32
]
33
},
0 commit comments