Add missing Metamigo changes

This commit is contained in:
Darren Clarke 2023-03-13 16:09:41 +00:00
parent 27810142b3
commit 161f3fcee2
6 changed files with 12 additions and 200 deletions

View file

@ -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();