Skip to content

Commit

Permalink
✏️ Fix invalid ending comma in API instructions
Browse files Browse the repository at this point in the history
Closes #1022
  • Loading branch information
baptisteArno committed Dec 5, 2023
1 parent 32b2bb6 commit 99c5aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ApiPreviewInstructions = (props: StackProps) => {
: undefined

const replyBody = `{
"message": "This is my reply",
"message": "This is my reply"
}`

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const ApiModal = ({
const { typebot } = useTypebot()

const replyBody = `{
"message": "This is my reply",
"message": "This is my reply"
}`

return (
Expand Down

1 comment on commit 99c5aaf

@vercel
Copy link

@vercel vercel bot commented on 99c5aaf Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

Please sign in to comment.