mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Remove unused import and variable declaration in Index.ts
This commit is contained in:
parent
c52501ef0e
commit
f11f1c23c5
@ -1,11 +1,8 @@
|
||||
import Express, { ExpressApplication } from 'CommonServer/Utils/Express';
|
||||
import logger from 'CommonServer/Utils/Logger';
|
||||
import App from 'CommonServer/Utils/StartServer';
|
||||
import process from 'process';
|
||||
import { PromiseVoidFunction } from 'Common/Types/FunctionTypes';
|
||||
|
||||
const app: ExpressApplication = Express.getExpressApp();
|
||||
|
||||
const APP_NAME: string = 'isolated-vm';
|
||||
|
||||
const init: PromiseVoidFunction = async (): Promise<void> => {
|
||||
|
Loading…
Reference in New Issue
Block a user