From 9790f37b51ae2fb891b8af132527f6e796b5ec3e Mon Sep 17 00:00:00 2001 From: Matthijs Smets Date: Wed, 23 Oct 2024 18:19:13 +0200 Subject: [PATCH] refactor: fix linting issues from merging with github UI --- src/app/debug/table/table.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/debug/table/table.component.ts b/src/app/debug/table/table.component.ts index 6130d86c..8491f3ca 100644 --- a/src/app/debug/table/table.component.ts +++ b/src/app/debug/table/table.component.ts @@ -481,7 +481,7 @@ export class TableComponent implements OnInit, OnDestroy { this.loadData(); } } - + openReport(storageId: number): void { this.httpService .getReport(storageId, this.currentView.storageName)