Follow lint

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-04-15 19:05:35 +09:00 committed by GitHub
parent d2d991ff34
commit f90b6dbed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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