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 []; }