async checkExists()

in nodes/YouTrack/YoutrackTrigger.node.ts [129:132]


			async checkExists(this: IHookFunctions): Promise<boolean> {
				const webhookData = this.getWorkflowStaticData('node');
				return !!webhookData.webhookUrl;
			},