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 71072c0 commit 0e4e994Copy full SHA for 0e4e994
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