Skip to content

Commit da506a0

Browse files
committed
chore: lint
1 parent a3551ac commit da506a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/token/token.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ export class TokenService {
145145
await this.refresh(appId);
146146
console.log(
147147
new Date().toISOString() +
148-
': Token invalid, refreshed, appId: ' +
149-
appId,
148+
': Token invalid, refreshed, appId: ' +
149+
appId,
150150
);
151151
}
152152
}

0 commit comments

Comments
 (0)