mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
didnt need ::string[]
i think
This commit is contained in:
parent
fdb4903b16
commit
f7af8063fa
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
}
|
||||
}
|
||||
|
||||
const cursed = `(note.userHost = ANY ('{"${m.recommendedInstances.join('","')}"}'::string[]))`;
|
||||
const cursed = `(note.userHost = ANY ('{"${m.recommendedInstances.join('","')}"}'))`;
|
||||
console.log(cursed);
|
||||
//#region Construct query
|
||||
const query = makePaginationQuery(Notes.createQueryBuilder('note'),
|
||||
|
|
Loading…
Reference in a new issue