forked from FoundKeyGang/FoundKey
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
c0f72970b9
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