3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 13:07:20 +00:00

chore: formatter pass

This commit is contained in:
Dragory 2022-04-23 13:14:08 +03:00
parent 7d36cef4af
commit 42f2c91a40
2 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ export class ApiLogins extends BaseRepository {
const login = await this.apiLogins.createQueryBuilder().where("id = :id", { id: loginId }).getOne();
if (!login || moment.utc(login.expires_at).isSameOrAfter(updatedTime)) return;
await this.apiLogins.update(
{ id: loginId },
{