mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Remove debug log
This commit is contained in:
parent
a7e746d722
commit
199d92e742
1 changed files with 0 additions and 5 deletions
|
@ -67,15 +67,10 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
}
|
||||
|
||||
const cursed = `(note.userHost = ANY ('{"${m.recommendedInstances.join('","')}"}'))`;
|
||||
console.log(cursed);
|
||||
//#region Construct query
|
||||
const query = makePaginationQuery(Notes.createQueryBuilder('note'),
|
||||
ps.sinceId, ps.untilId, ps.sinceDate, ps.untilDate)
|
||||
.andWhere(cursed)
|
||||
// .andWhere(new Brackets(qb => {
|
||||
// qb.where('note.userHost IN :instances', { instances: m.recommendedInstances })
|
||||
// .orWhere('note.userHost IS NULL');
|
||||
// }))
|
||||
.andWhere('(note.visibility = \'public\')')
|
||||
.innerJoinAndSelect('note.user', 'user')
|
||||
.leftJoinAndSelect('user.avatar', 'avatar')
|
||||
|
|
Loading…
Reference in a new issue