mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Improve typings for webhook methods (no-changelog) (#5713)
This commit is contained in:
committed by
GitHub
parent
a28396ee91
commit
6a8c9b7ccc
@@ -114,7 +114,6 @@ export class AcuitySchedulingTrigger implements INodeType {
|
||||
],
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
webhookMethods = {
|
||||
default: {
|
||||
async checkExists(this: IHookFunctions): Promise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user