1
0

fix backend type errors

This commit is contained in:
Hazelnoot
2025-04-01 10:12:59 -04:00
parent 7ff15816d1
commit 383633873d
9 changed files with 32 additions and 28 deletions
@@ -67,7 +67,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
this.queryService.generateVisibilityQuery(query, me);
if (me) {
this.queryService.generateBlockedUserQuery(query, me);
this.queryService.generateBlockedUserQueryForNotes(query, me);
}
const note = await query.getOne();