chore: new feture for quato
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Module } from "@nestjs/common";
|
||||
|
||||
import { MailServerModule } from "../mail-server/mail-server.module";
|
||||
import { QuotaSyncService } from "./services/quota-sync.service";
|
||||
|
||||
@Module({
|
||||
imports: [MailServerModule],
|
||||
providers: [QuotaSyncService],
|
||||
exports: [QuotaSyncService],
|
||||
})
|
||||
export class QuotaSyncModule {}
|
||||
Reference in New Issue
Block a user