Skip to content

Commit

Permalink
docs: minor, Update hooks.md (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime committed Aug 31, 2023
1 parent 0f958f9 commit e659ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app.service('messages').hooks({

await next()

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`)
}
]
},
Expand Down

0 comments on commit e659ec7

Please sign in to comment.