mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
hotfix: systax error
This commit is contained in:
@@ -75,6 +75,6 @@ export class SalesTaxLiabilitySummaryApplication {
|
|||||||
tenantId: number,
|
tenantId: number,
|
||||||
query: SalesTaxLiabilitySummaryQuery
|
query: SalesTaxLiabilitySummaryQuery
|
||||||
): Promise<Buffer> {
|
): Promise<Buffer> {
|
||||||
return this.salesTaxLiabiltiyPdf.pdf(tenantId, query):
|
return this.salesTaxLiabiltiyPdf.pdf(tenantId, query);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user