Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jun 2, 2023
1 parent 4948306 commit 413333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmap/auth/mongodb_oidc/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export abstract class ExpiringCacheEntry {
}

/**
* Get an expiration time in milliseconds past epoch. Defaults to immediate.
* Get an expiration time in milliseconds past epoch.
*/
private expirationTime(expiresInSeconds: number): number {
return Date.now() + expiresInSeconds * 1000;
Expand Down

0 comments on commit 413333b

Please sign in to comment.