From 1cec7ac3f0acd7a0f4f311d92b8148546a5b49c6 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Fri, 22 Sep 2023 13:00:44 +0400 Subject: [PATCH] app.ts: unused import --- src/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index fff4239..497418c 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,5 +1,3 @@ -import { ConfigService } from "./config/config.service"; - import path from "path"; import Fastify from "fastify";