Add missing Metamigo changes
This commit is contained in:
parent
27810142b3
commit
161f3fcee2
6 changed files with 12 additions and 200 deletions
|
|
@ -146,7 +146,7 @@ export const UnverifyBotRoute = Helpers.withDefaults({
|
|||
path: "/api/whatsapp/bots/{id}/unverify",
|
||||
options: {
|
||||
description: "Unverify bot",
|
||||
async handler: (request: Hapi.Request, _h: Hapi.ResponseToolkit) {
|
||||
async handler(request: Hapi.Request, _h: Hapi.ResponseToolkit) {
|
||||
const { id } = request.params;
|
||||
const { whatsappService } = request.services();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue