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