mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -35,7 +35,7 @@ export class DateTime implements INodeType {
|
||||
{
|
||||
name: 'Format a Date',
|
||||
description: 'Convert a date to a different format',
|
||||
value: 'format'
|
||||
value: 'format',
|
||||
},
|
||||
],
|
||||
default: 'format',
|
||||
@@ -162,7 +162,7 @@ export class DateTime implements INodeType {
|
||||
displayOptions: {
|
||||
show: {
|
||||
action:[
|
||||
'format'
|
||||
'format',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -218,7 +218,7 @@ export class DateTime implements INodeType {
|
||||
}
|
||||
return returnData;
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
async execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]> {
|
||||
|
||||
Reference in New Issue
Block a user