From 1638a46a86c5e8fa4d424c6d7d8ab4c2e98f6bbd Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 24 Jun 2026 01:19:44 +0200 Subject: [PATCH] adasd --- modules/mining-checker/src/Api/Router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mining-checker/src/Api/Router.php b/modules/mining-checker/src/Api/Router.php index 77a5ca33..9306af30 100644 --- a/modules/mining-checker/src/Api/Router.php +++ b/modules/mining-checker/src/Api/Router.php @@ -1262,7 +1262,7 @@ final class Router private function bootstrapMeasurements(string $projectKey, array $settings, string $view): array { - if (in_array($view, ['upload', 'dashboards', 'wallet'], true)) { + if (in_array($view, ['upload', 'dashboards'], true)) { return []; }