@@ -273,7 +273,7 @@ |
||
| 273 | 273 | public function monitorForum($id, $userId) |
| 274 | 274 | { |
| 275 | 275 | $data = [ |
| 276 | - 'user_id' => $userId |
|
| 276 | + 'user_id' => $userId |
|
| 277 | 277 | ]; |
| 278 | 278 | |
| 279 | 279 | return $this->api()->request('POST', $this->forumsEndpoint($id . '/follow'), $data); |