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 67f7e9a commit 1267d55Copy full SHA for 1267d55
1 file changed
apps/webapp/app/services/organizationAccessToken.server.ts
@@ -47,7 +47,6 @@ export async function revokeOrganizationAccessToken(tokenId: string) {
47
await prisma.organizationAccessToken.update({
48
where: {
49
id: tokenId,
50
- revokedAt: null,
51
},
52
data: {
53
revokedAt: new Date(),
0 commit comments