mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix: review notes
This commit is contained in:
@@ -26,7 +26,7 @@ export class SessionService extends BaseService {
|
||||
|
||||
const expiredLinkTokens = await this.oauthLinkTokenRepository.cleanup();
|
||||
if (expiredLinkTokens > 0) {
|
||||
this.logger.log(`Deleted ${expiredLinkTokens} expired OAuth link tokens`);
|
||||
this.logger.debug(`Deleted ${expiredLinkTokens} expired OAuth link tokens`);
|
||||
}
|
||||
|
||||
return JobStatus.Success;
|
||||
|
||||
Reference in New Issue
Block a user