mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-23 06:25:14 +00: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