("post_rating" -> "message_rating") ("post_ranking" -> "message_ranking")

This commit is contained in:
Desmond Grealy
2022-12-30 17:37:28 -08:00
parent 5b787b8ad7
commit 3aaf45a8c8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const handler = async (req, res) => {
"Content-Type": "application/json",
},
body: JSON.stringify({
type: "post_rating",
type: "message_rating",
user: {
id: token.sub,
display_name: token.name || token.email,