mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix typo: IWebhookResonseData->IWebhookResponseData
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user