2
0

✏️ Fix invalid ending comma in API instructions

Closes #1022
This commit is contained in:
Baptiste Arnaud
2023-12-05 08:30:21 +01:00
parent 32b2bb6a94
commit 99c5aafec1
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ export const ApiPreviewInstructions = (props: StackProps) => {
: undefined
const replyBody = `{
"message": "This is my reply",
"message": "This is my reply"
}`
return (

View File

@ -29,7 +29,7 @@ export const ApiModal = ({
const { typebot } = useTypebot()
const replyBody = `{
"message": "This is my reply",
"message": "This is my reply"
}`
return (