mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -2,10 +2,10 @@ import express from 'express';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import axios from 'axios';
|
||||
|
||||
import * as Db from '@/Db';
|
||||
import * as Db from '@/db';
|
||||
import * as ResponseHelper from '@/response-helper';
|
||||
import * as WorkflowHelpers from '@/workflow-helpers';
|
||||
import type { IWorkflowResponse } from '@/Interfaces';
|
||||
import type { IWorkflowResponse } from '@/interfaces';
|
||||
import config from '@/config';
|
||||
import { Delete, Get, Patch, Post, ProjectScope, Put, RestController } from '@/decorators';
|
||||
import { SharedWorkflow } from '@/databases/entities/shared-workflow';
|
||||
|
||||
Reference in New Issue
Block a user