fix the spacing

thanks, linter
This commit is contained in:
dakkar 2023-12-04 14:26:37 +00:00
parent c05de08a3b
commit 216d177997

View file

@ -79,7 +79,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
ps.sinceId, ps.untilId, ps.sinceDate, ps.untilDate)
.andWhere('note.visibility = \'public\'')
.andWhere('note.channelId IS NULL')
.andWhere('note.userHost IN (:...hosts)', { hosts: instance.bubbleInstances})
.andWhere('note.userHost IN (:...hosts)', { hosts: instance.bubbleInstances })
.innerJoinAndSelect('note.user', 'user')
.leftJoinAndSelect('note.reply', 'reply')
.leftJoinAndSelect('note.renote', 'renote')