Skip to content

Commit

Permalink
Update front/pages/api/w/[wId]/assistant/conversations/[cId]/messages…
Browse files Browse the repository at this point in the history
…/[mId]/reactions/index.ts

Co-authored-by: Philippe Rolet <pr@dust.tt>
  • Loading branch information
spolu and philipperolet authored Nov 13, 2023
1 parent 3e0135e commit f0edadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async function handler(
status_code: 400,
api_error: {
type: "invalid_request_error",
message: "The mesasge you're trying to react to does not exist.",
message: "The message you're trying to react to does not exist.",
},
});

Expand Down

0 comments on commit f0edadc

Please sign in to comment.