Skip to content

Commit

Permalink
cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kluskey committed Mar 25, 2024
1 parent 7c3fb0c commit 36898a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-web-server/src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require('dotenv').config()

import * as os from 'os'
import { join } from 'path'
import { Module } from '@nestjs/common'
import { ConfigModule } from '@nestjs/config'
import { AppController } from './app.controller'
Expand Down Expand Up @@ -39,7 +40,6 @@ import { FileAnalyzingModule } from './util/file-analyzing/file-analyzing.module
import { CronModule } from './cron/cron.module'
import { MirrorDBModule } from './mirror-db/mirror-db.module'
import { ServeStaticModule } from '@nestjs/serve-static'
import { join } from 'path'

const envFromFirebase = process.env.GCP_PROJECT_ID || ''
let env = 'dev'
Expand Down

0 comments on commit 36898a2

Please sign in to comment.