Fixe - MessageList changeed subjectId name
This commit is contained in:
committed by
Jonathan Bourdon
parent
66888bee9e
commit
17ba6449af
@@ -52,7 +52,7 @@ const publish = async () => {
|
||||
await client.post(
|
||||
`/api/messages/`,
|
||||
{
|
||||
"contentId": props.contentId,
|
||||
"subjectId": props.contentId,
|
||||
"message": message.value
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user