Skip to content

Commit e659ec7

Browse files
authored
docs: minor, Update hooks.md (#3268)
1 parent 0f958f9 commit e659ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ app.service('messages').hooks({
2727

2828
await next()
2929

30-
console.log(`Method ${context.method} on ${context.path} took ${Date.now() - start}ms`)
30+
console.log(`Method ${context.method} on ${context.path} took ${Date.now() - startTime}ms`)
3131
}
3232
]
3333
},

0 commit comments

Comments
 (0)