mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
missing parenthesis
This commit is contained in:
parent
5cc16eebfb
commit
ab00d2aa58
@ -66,7 +66,7 @@ export default define(meta, paramDef, async (ps, user) => {
|
||||
}
|
||||
}
|
||||
|
||||
const cursed = `(note.userHost = ANY (ARRAY["${m.recommendedInstances.join('","')}"])`;
|
||||
const cursed = `(note.userHost = ANY (ARRAY["${m.recommendedInstances.join('","')}"]))`;
|
||||
console.log(cursed);
|
||||
//#region Construct query
|
||||
const query = makePaginationQuery(Notes.createQueryBuilder('note'),
|
||||
|
Loading…
Reference in New Issue
Block a user