Skip to content

Commit 413333b

Browse files
committed
chore: update comment
1 parent 4948306 commit 413333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/auth/mongodb_oidc/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export abstract class ExpiringCacheEntry {
2222
}
2323

2424
/**
25-
* Get an expiration time in milliseconds past epoch. Defaults to immediate.
25+
* Get an expiration time in milliseconds past epoch.
2626
*/
2727
private expirationTime(expiresInSeconds: number): number {
2828
return Date.now() + expiresInSeconds * 1000;

0 commit comments

Comments
 (0)