mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactor(nestjs): export module
This commit is contained in:
@@ -37,7 +37,7 @@ import { CreditNotesExportable } from './commands/CreditNotesExportable';
|
||||
AutoIncrementOrdersModule,
|
||||
LedgerModule,
|
||||
AccountsModule,
|
||||
DynamicListModule
|
||||
DynamicListModule,
|
||||
],
|
||||
providers: [
|
||||
CreateCreditNoteService,
|
||||
@@ -54,7 +54,7 @@ import { CreditNotesExportable } from './commands/CreditNotesExportable';
|
||||
CreditNoteBrandingTemplate,
|
||||
CreditNoteGLEntries,
|
||||
CreditNoteGLEntriesSubscriber,
|
||||
CreditNotesExportable
|
||||
CreditNotesExportable,
|
||||
],
|
||||
exports: [
|
||||
CreateCreditNoteService,
|
||||
@@ -68,6 +68,7 @@ import { CreditNotesExportable } from './commands/CreditNotesExportable';
|
||||
GetCreditNoteState,
|
||||
CreditNoteApplication,
|
||||
CreditNoteBrandingTemplate,
|
||||
CreditNotesExportable,
|
||||
],
|
||||
controllers: [CreditNotesController],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user