chore: format

This commit is contained in:
naskya 2024-06-29 19:48:59 +09:00
parent 1470d3e71d
commit c936e694de
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -233,8 +233,7 @@ export class SearchHelpers {
undefined,
minId,
maxId,
)
.andWhere("note.visibility = 'public'");
).andWhere("note.visibility = 'public'");
if (accountId) {
query.andWhere("note.userId = :userId", { userId: accountId });