👕 Fix typo: IWebhookResonseData->IWebhookResponseData

This commit is contained in:
Jan Margeta
2019-10-11 13:02:44 +02:00
parent 8fc94b8324
commit 50a342b2fb
11 changed files with 23 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ import {
IDataObject,
INodeTypeDescription,
INodeType,
IWebhookResonseData,
IWebhookResponseData,
} from 'n8n-workflow';
import {
@@ -403,7 +403,7 @@ export class GithubTrigger implements INodeType {
async webhook(this: IWebhookFunctions): Promise<IWebhookResonseData> {
async webhook(this: IWebhookFunctions): Promise<IWebhookResponseData> {
const bodyData = this.getBodyData();
// Check if the webhook is only the ping from Github to confirm if it workshook_id