change to 2022

master
unknown 2023-01-05 18:59:03 -07:00
parent afa4fe57ba
commit 01766dc47f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export class ContributorAllReportsComponent implements OnInit {
constructor(private printService: PrintService, private userService: UserService, private transactionService: TransactionService) { }
ngOnInit() {
const taxYear = 2021;
const taxYear = 2022;
const query = forkJoin([this.userService.getAll(), this.transactionService.getByYear(taxYear), this.transactionService.getByYear(taxYear - 1)]);