Skip to content
Snippets Groups Projects
Commit e03d5a86 authored by syuilo's avatar syuilo
Browse files

lint fix

parent bb2b33f2
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
this.noteThreadMutingsRepository.count({
where: {
userId: me.id,
threadId: note.threadId || note.id,
threadId: note.threadId ?? note.id,
},
take: 1,
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment