mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-26 17:49:48 +00:00
refactor(nestjs): import module
This commit is contained in:
@@ -19,7 +19,7 @@ export class BillPaymentsExportable extends Exportable {
|
||||
* @param {number} tenantId
|
||||
* @returns
|
||||
*/
|
||||
public exportable(query: any) {
|
||||
public async exportable(query: any) {
|
||||
const filterQuery = (builder) => {
|
||||
builder.withGraphFetched('entries.bill');
|
||||
builder.withGraphFetched('branch');
|
||||
|
||||
Reference in New Issue
Block a user