chore: format
This commit is contained in:
parent
1470d3e71d
commit
c936e694de
1 changed files with 1 additions and 2 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue