1
0
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:
2021-11-01 15:28:07 +00:00
parent 031e492d44
commit d52c2ed18c
2 changed files with 7 additions and 5 deletions

View File

@@ -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'

View File

@@ -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()