Skip to content

Commit

Permalink
Remove unused import for EJS in FluentIngest index file
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 22, 2024
1 parent 325fa0e commit 0ad1a34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FluentIngest/Index.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -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();

Expand Down

0 comments on commit 0ad1a34

Please sign in to comment.