mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-12 08:44:48 +00:00
Remove unused imports
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user