From 444c3e36b27922341ca65db7a61a6b29d4364510 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 30 Mar 2020 19:33:51 -0300 Subject: [PATCH] fix(all): GB Apps now can talk to the kb.gbapp and ask for data. --- src/IGBInstance.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IGBInstance.ts b/src/IGBInstance.ts index 7208990..ef79d60 100644 --- a/src/IGBInstance.ts +++ b/src/IGBInstance.ts @@ -59,7 +59,6 @@ export interface IGBInstance { whatsappBotKey: string; whatsappServiceNumber: string; whatsappServiceUrl: string; - whatsappServiceWebhookUrl: string; smsKey: string; smsSecret: string; smsServiceNumber: string;