👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2021-03-23 17:42:38 +01:00
parent dab82965a4
commit 11fb97223c
2 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ export class JotFormTrigger implements INodeType {
const resolveData = this.getNodeParameter('resolveData', false) as boolean;
const onlyAnswers = this.getNodeParameter('onlyAnswers', false) as boolean;
const form = new formidable.IncomingForm();
const form = new formidable.IncomingForm({});
return new Promise((resolve, reject) => {