mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
Pass correct id param. Closes #2756
This commit is contained in:
parent
0436edfaa0
commit
d8fb2d5d79
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ChatModerationService {
|
|||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({ id }),
|
||||
body: JSON.stringify({ userId: id }),
|
||||
};
|
||||
|
||||
await fetch(hideMessageUrl, options);
|
||||
|
|
Loading…
Reference in a new issue