mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Expand nodes-base formatting validation (no-changelog) (#4689)
* ⚡ Simplify `format` command * 🎨 Format more deeply nested files
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import { INodeProperties } from 'n8n-workflow';
|
||||
|
||||
import { dueDatePreSendAction, taskPostReceiceAction, taskUpdatePreSendAction } from '../GenericFunctions';
|
||||
import {
|
||||
dueDatePreSendAction,
|
||||
taskPostReceiceAction,
|
||||
taskUpdatePreSendAction,
|
||||
} from '../GenericFunctions';
|
||||
|
||||
export const taskOperations: INodeProperties[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user