fix: remove unused saveRefreshTokenRecord parameter from getRefreshTokenRecord

This commit is contained in:
shuaiplus
2026-05-23 02:42:08 +08:00
parent 18eefd1174
commit 22d267f5bc
2 changed files with 1 additions and 37 deletions
-1
View File
@@ -485,7 +485,6 @@ export class StorageService {
this.db,
this.refreshTokenKey.bind(this),
this.maybeCleanupExpiredRefreshTokens.bind(this),
this.saveRefreshToken.bind(this),
this.deleteRefreshToken.bind(this),
token
);