Skip to content

Commit

Permalink
Update Auth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Jan 13, 2025
1 parent 295ec23 commit 24df469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const renewSessionIfNeeded = async ({ config, session, sessionToken }) => {
if (lastUpdated > yesterday || !session) {
return;
}

const expiresAt = config.generateSessionExpiresAt();
await new RestWrite(
config,
Expand Down

0 comments on commit 24df469

Please sign in to comment.