Follow lint

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-04-15 19:05:35 +09:00 committed by GitHub
parent e301d0c4f1
commit 83ee6f8de3

View file

@ -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');