Skip to content

Commit

Permalink
fixup! Try revoking token
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 9, 2023
1 parent a75e8b2 commit 40faa50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ await run(async () => {
}
await revokeInstallationAccessToken(token);
info("Token revoked successfully");
await revokeInstallationAccessToken(token);
});

0 comments on commit 40faa50

Please sign in to comment.