chore: formatter pass
This commit is contained in:
parent
a626481802
commit
9314d57645
2 changed files with 3 additions and 3 deletions
|
@ -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 },
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue