🐛 Add missing function and remove debug messages from Telegram-Node

This commit is contained in:
Jan Oberhauser
2019-10-04 15:17:24 +02:00
parent 7ce760f9da
commit 161a74f65f
2 changed files with 4 additions and 11 deletions

View File

@@ -111,6 +111,9 @@ export class TelegramTrigger implements INodeType {
// @ts-ignore (because of request)
webhookMethods = {
default: {
async checkExists(this: IHookFunctions): Promise<boolean> {
return false;
},
async create(this: IHookFunctions): Promise<boolean> {
const webhookUrl = this.getNodeWebhookUrl('default');