mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Follow lint
This commit is contained in:
parent
e301d0c4f1
commit
83ee6f8de3
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ async function deleteOldFile(user: IRemoteUser) {
|
|||
}
|
||||
|
||||
if (user.bannerId) {
|
||||
q.andWhere('file.id != :bannerId', { bannerId: user.bannerId })
|
||||
q.andWhere('file.id != :bannerId', { bannerId: user.bannerId });
|
||||
}
|
||||
|
||||
q.orderBy('file.id', 'DESC');
|
||||
|
|
Loading…
Reference in a new issue