refactor source code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { AdminNoteSchema } from './adminnote.schema';
|
||||
import { Module } from '@nestjs/common';
|
||||
import { AdminNoteSchema } from './adminnote.schema'
|
||||
import { Module } from '@nestjs/common'
|
||||
|
||||
@Module({
|
||||
providers: [AdminNoteSchema],
|
||||
|
||||
Reference in New Issue
Block a user