refactor source code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { Global, Module } from '@nestjs/common'
|
||||
|
||||
import { AppConfigSchema } from './appconfig.schema';
|
||||
import { AppConfigService } from './appconfig.service';
|
||||
import { AppConfigSchema } from './appconfig.schema'
|
||||
import { AppConfigService } from './appconfig.service'
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
|
||||
Reference in New Issue
Block a user