Skip to content

Commit

Permalink
cleanup (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kluskey authored Mar 25, 2024
1 parent 847eafc commit 9b020bf
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,5 +1,6 @@
require('dotenv').config()

import * as os from 'os'
import { Module } from '@nestjs/common'
import { ConfigModule } from '@nestjs/config'
import { AppController } from './app.controller'
Expand All @@ -8,7 +9,6 @@ import { CustomDataService } from './custom-data/custom-data.service'
import { SpaceObjectModule } from './space-object/space-object.module'
import { ScheduleModule } from '@nestjs/schedule'
import { SentryModule } from '@ntegral/nestjs-sentry'
import * as os from 'os'
import { AssetModule } from './asset/asset.module'
import { AuthModule } from './auth/auth.module'
import { BlockModule } from './block/block.module'
Expand Down

0 comments on commit 9b020bf

Please sign in to comment.