Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 15, 2024
1 parent 9934d8c commit 4494a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/projectmanagement/overview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class OverviewComponent extends ApplicationBaseClassComponent implements
this.creditHistoryLoaded = false;
this.creditsChart = undefined;
}
} catch (error: Error) {
} catch (error: any) {
console.log(error);
}

Expand Down

0 comments on commit 4494a56

Please sign in to comment.