mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
test
This commit is contained in:
parent
e150685203
commit
f4eafae86d
@ -69,7 +69,7 @@ export default define(meta, paramDef, async (ps, user) => {
|
||||
|
||||
//#region Construct query
|
||||
const instancesQuery = Metas.createQueryBuilder('meta')
|
||||
.select('meta.recommendedInstances');
|
||||
.select('recommendedInstances');
|
||||
// .where('meta.recommendedInstances = ANY(:instance)', { instance: m.recommendedInstances });
|
||||
|
||||
const query = makePaginationQuery(Notes.createQueryBuilder('note'),
|
||||
|
Loading…
Reference in New Issue
Block a user