mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user