diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 760df3f..4f92fe7 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -27,7 +27,7 @@ class GaController extends CrudResourceController { public function getAction() { - $user_id = $this->request->get('user_id') ?? '1'; + $user_id = $this->request->get('user_id'); $view_id = $this->request->get('view_id') ?? '119240817'; $get_metrics = $this->request->get('metric') ?? 'users'; $get_dimensions = $this->request->get('dimension'); -- libgit2 0.21.4