feat(KoBoToolbox Node): Add support for Media file API (#4578)

This commit is contained in:
Yann Jouanique
2022-12-06 11:00:53 +01:00
committed by GitHub
parent c3114241fd
commit 37e580eb06
7 changed files with 321 additions and 44 deletions

View File

@@ -74,7 +74,6 @@ export class KoBoToolboxTrigger implements INodeType {
],
};
// @ts-ignore
webhookMethods = {
default: {
async checkExists(this: IHookFunctions): Promise<boolean> {