fix missing default parameter

This commit is contained in:
anatawa12 2025-05-10 00:22:45 +09:00
parent 68f50c8421
commit 36b9314cea
No known key found for this signature in database
GPG Key ID: 9CA909848B8E4EA6
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export class QueryService {
}: { }: {
excludeUserFromMute?: MiUser['id'], excludeUserFromMute?: MiUser['id'],
excludeAuthor?: boolean, excludeAuthor?: boolean,
}, } = {},
): void { ): void {
this.generateBlockedHostQueryForNote(query, excludeAuthor); this.generateBlockedHostQueryForNote(query, excludeAuthor);
this.generateSuspendedUserQueryForNote(query, excludeAuthor); this.generateSuspendedUserQueryForNote(query, excludeAuthor);