Merged in feat/cleanup-logs (pull request #3141)
feat(logs): cleanup of token expired logs * feat(logs): cleanup of token expired logs Approved-by: Matilda Landström
This commit is contained in:
@@ -24,7 +24,6 @@ export const getVerifiedUser = cache(
|
||||
|
||||
const now = Date.now()
|
||||
if (token.expires_at && token.expires_at < now) {
|
||||
metricsGetVerifiedUser.dataError(`Token expired`)
|
||||
throw sessionExpiredError()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user