fix: big
This commit is contained in:
@@ -16,10 +16,10 @@ import { DiscountRepository } from "../discounts/repositories/discounts.reposito
|
||||
import { UsageDiscountRepository } from "../discounts/repositories/usage-discounts.repository";
|
||||
import { LoggerModule } from "../logger/logger.module";
|
||||
import { NotificationModule } from "../notifications/notifications.module";
|
||||
import { PaymentsModule } from "../payments/payments.module";
|
||||
import { UsersModule } from "../users/users.module";
|
||||
import { UtilsModule } from "../utils/utils.module";
|
||||
import { WalletsModule } from "../wallets/wallets.module";
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
LoggerModule,
|
||||
@@ -35,6 +35,7 @@ import { WalletsModule } from "../wallets/wallets.module";
|
||||
WalletsModule,
|
||||
UtilsModule,
|
||||
NotificationModule,
|
||||
PaymentsModule,
|
||||
],
|
||||
providers: [InvoicesService, InvoicesRepository, InvoiceItemsRepository, DiscountRepository, UsageDiscountRepository, InvoiceProcessor],
|
||||
controllers: [InvoicesController],
|
||||
|
||||
Reference in New Issue
Block a user