Pass correct id param. Closes #2756
This commit is contained in:
@@ -28,7 +28,7 @@ class ChatModerationService {
|
|||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
body: JSON.stringify({ id }),
|
body: JSON.stringify({ userId: id }),
|
||||||
};
|
};
|
||||||
|
|
||||||
await fetch(hideMessageUrl, options);
|
await fetch(hideMessageUrl, options);
|
||||||
|
|||||||
Reference in New Issue
Block a user