Skip to content

Commit

Permalink
refactor: fix linting issues from merging with github UI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsSmets committed Oct 23, 2024
1 parent 2d1c444 commit 9790f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/debug/table/table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export class TableComponent implements OnInit, OnDestroy {
this.loadData();
}
}

openReport(storageId: number): void {
this.httpService
.getReport(storageId, this.currentView.storageName)
Expand Down

0 comments on commit 9790f37

Please sign in to comment.