force build for tax year change

master
unknown 2023-01-05 19:00:31 -07:00
parent 01766dc47f
commit b319f3c109
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ export class ContributorAllReportsComponent implements OnInit {
ngOnInit() { ngOnInit() {
const taxYear = 2022; const taxYear = 2022;
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]); const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);