Skip to content
Snippets Groups Projects
Unverified Commit c0f72970 authored by syuilo's avatar syuilo
Browse files

Merge branch 'develop' of https://github.com/syuilo/misskey into develop

parents 18bc4a49 f90b6dbe
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment