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