Skip to content

Commit

Permalink
fix: Removed webhook default on start-session
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Jun 6, 2023
1 parent 992ba60 commit 8ded1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/sessionController.ts
Expand Up @@ -204,7 +204,7 @@ export async function startSession(req: Request, res: Response) {
}
},
example: {
webhook: "https://webhook.site/7cc2944d-3967-4cea-988c-d57ea80bce5f",
webhook: "",
waitQrCode: false,
}
}
Expand Down

0 comments on commit 8ded1a6

Please sign in to comment.