mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-04 21:03:09 +02:00
lint fix
This commit is contained in:
parent
bb2b33f2c9
commit
e03d5a86a4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
|
||||||
this.noteThreadMutingsRepository.count({
|
this.noteThreadMutingsRepository.count({
|
||||||
where: {
|
where: {
|
||||||
userId: me.id,
|
userId: me.id,
|
||||||
threadId: note.threadId || note.id,
|
threadId: note.threadId ?? note.id,
|
||||||
},
|
},
|
||||||
take: 1,
|
take: 1,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue