Fixe - MessageList changeed subjectId name

This commit is contained in:
PascalMarchesseault
2024-07-16 23:35:34 -04:00
committed by Jonathan Bourdon
parent 66888bee9e
commit 17ba6449af

View File

@@ -52,7 +52,7 @@ const publish = async () => {
await client.post(
`/api/messages/`,
{
"contentId": props.contentId,
"subjectId": props.contentId,
"message": message.value
});
}