mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
chore: lint fix
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
import express from 'express'
|
import express from 'express'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import { createFileTree, getTreeExample, DriveController, ExecutionController } from '../../controllers'
|
import {
|
||||||
|
createFileTree,
|
||||||
|
getTreeExample,
|
||||||
|
DriveController,
|
||||||
|
ExecutionController
|
||||||
|
} from '../../controllers'
|
||||||
import { isFileTree, isFileQuery } from '../../types'
|
import { isFileTree, isFileQuery } from '../../types'
|
||||||
import { getTmpFilesFolderPath } from '../../utils'
|
import { getTmpFilesFolderPath } from '../../utils'
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
import express from 'express'
|
import express from 'express'
|
||||||
import { isExecutionQuery } from '../../types'
|
import { isExecutionQuery } from '../../types'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import {
|
import { getTmpFilesFolderPath, getWebBuildFolderPath } from '../../utils'
|
||||||
getTmpFilesFolderPath,
|
|
||||||
getWebBuildFolderPath,
|
|
||||||
} from '../../utils'
|
|
||||||
import { ExecutionController } from '../../controllers'
|
import { ExecutionController } from '../../controllers'
|
||||||
|
|
||||||
const webRouter = express.Router()
|
const webRouter = express.Router()
|
||||||
|
|||||||
Reference in New Issue
Block a user