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 d7b0a4d commit 0444571Copy full SHA for 0444571
1 file changed
apps/webapp/app/services/organizationAccessToken.server.ts
@@ -51,6 +51,7 @@ export async function revokeOrganizationAccessToken(tokenId: string) {
51
await prisma.organizationAccessToken.update({
52
where: {
53
id: tokenId,
54
+ revokedAt: null,
55
},
56
data: {
57
revokedAt: new Date(),
0 commit comments