From f3e00a15c8d371f6b01bc77d24665a4e8dc5b9b6 Mon Sep 17 00:00:00 2001 From: Gabriel Rosa Date: Wed, 9 Nov 2022 14:06:30 -0300 Subject: [PATCH] Remove unused imports --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 83d438a..c3d7a11 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,8 +5,8 @@ import helmet from 'helmet'; import { DadosferaLogger } from '@dadosfera/dadosfera-logs'; import { AppModule } from './app.module'; -import { writeFile, writeFileSync } from 'fs'; -import { exec, ExecException, execSync } from 'child_process'; +import { writeFileSync } from 'fs'; +import { execSync } from 'child_process'; async function bootstrap() { DadosferaLogger.setupLogger({ serviceName: 'maestro',