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 c83357e commit 8450b37Copy full SHA for 8450b37
packages/auth/src/accessToken/service.ts
@@ -130,7 +130,7 @@ async function revokeByGrantId(
130
const revokedAt = new Date()
131
await AccessToken.query(trx || deps.knex)
132
.patch({
133
- revokedAt: new Date()
+ revokedAt
134
})
135
.where('grantId', grantId)
136
0 commit comments