Follow lint

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

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