semantic-release-bot
2024-01-19 15:45:52 +00:00
parent 0c014070f9
commit c4fa18d55c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3005,7 +3005,7 @@ async function post(core2, request2) {
}
const expiresAt = core2.getState("expiresAt");
if (expiresAt && tokenExpiresIn(expiresAt) < 0) {
core2.info("Token already expired");
core2.info("Token expired, skipping token revocation");
return;
}
try {