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