@@ -147,7 +147,7 @@ |
||
147 | 147 | * Assign a user to a card |
148 | 148 | */ |
149 | 149 | public function assignUser($userId) { |
150 | - $card = $this->cardService->assignUser($this->request->getParam('cardId'), $userId);; |
|
150 | + $card = $this->cardService->assignUser($this->request->getParam('cardId'), $userId); ; |
|
151 | 151 | return new DataResponse($card, HTTP::STATUS_OK); |
152 | 152 | } |
153 | 153 |