@@ -52,7 +52,7 @@ |
||
| 52 | 52 | return $this->json([ |
| 53 | 53 | 'online' => $this->repository->getOnlineUsers($delay), |
| 54 | 54 | 'open' => $clubRepo->findOneBySlug('ki')->getOpen() |
| 55 | - ]); |
|
| 55 | + ]); |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | |