You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
request-received changed what they store in ctx[Symbol.for('request-received.startTime')] from new Date() to Date.now(), so line 59 in index.js needs to drop the .getTime().
The text was updated successfully, but these errors were encountered:
jjd314
added a commit
to jjd314/logger
that referenced
this issue
Jun 5, 2020
request-received changed what they store in
ctx[Symbol.for('request-received.startTime')]
fromnew Date()
toDate.now()
, so line 59 in index.js needs to drop the.getTime()
.The text was updated successfully, but these errors were encountered: