From 0ad1a34e10d5606814723261cc658243de46e7ed Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 22 Nov 2024 10:28:52 +0000 Subject: [PATCH] Remove unused import for EJS in FluentIngest index file --- FluentIngest/Index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/FluentIngest/Index.ts b/FluentIngest/Index.ts index 98063d3d91..518a5a47bf 100644 --- a/FluentIngest/Index.ts +++ b/FluentIngest/Index.ts @@ -1,5 +1,4 @@ import FluentIngestAPI from "./API/FluentIngest"; - import { PromiseVoidFunction } from "Common/Types/FunctionTypes"; import { ClickhouseAppInstance } from "Common/Server/Infrastructure/ClickhouseDatabase"; import PostgresAppInstance from "Common/Server/Infrastructure/PostgresDatabase"; @@ -10,7 +9,6 @@ import logger from "Common/Server/Utils/Logger"; import Realtime from "Common/Server/Utils/Realtime"; import App from "Common/Server/Utils/StartServer"; import Telemetry from "Common/Server/Utils/Telemetry"; -import "ejs"; const app: ExpressApplication = Express.getExpressApp();