👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -26,7 +26,7 @@ export async function surveyMonkeyApiRequest(this: IExecuteFunctions | IWebhookF
body,
qs: query,
uri: uri || `${endpoint}${resource}`,
json: true
json: true,
};
if (!Object.keys(body).length) {

View File

@@ -124,7 +124,7 @@ export class SurveyMonkeyTrigger implements INodeType {
displayOptions: {
show: {
objectType: [
'survey'
'survey',
],
},
},
@@ -529,7 +529,7 @@ export class SurveyMonkeyTrigger implements INodeType {
let returnItem: INodeExecutionData[] = [
{
json: responseData,
}
},
];
if (event === 'response_completed') {
@@ -725,7 +725,7 @@ export class SurveyMonkeyTrigger implements INodeType {
returnItem = [
{
json: responseData,
}
},
];
}
}