mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-26 16:14:37 +02:00
不要な orderBy を削除
上で WHERE isActive = true している
This commit is contained in:
@@ -129,7 +129,6 @@ export class AnnouncementService {
|
||||
}));
|
||||
|
||||
query.orderBy({
|
||||
'announcement."isActive"': 'DESC',
|
||||
'announcement."displayOrder"': 'DESC',
|
||||
'announcement."createdAt"': 'DESC',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user