@@ -73,8 +73,7 @@ |
||
73 | 73 | try { |
74 | 74 | // Get Discourse user to match this one, and send a Logout request to Discourse and get the response |
75 | 75 | $response = $this->client->get("users/by-external/{$event->user->id}.json", $configs); |
76 | - } |
|
77 | - catch (BadResponseException $e) { |
|
76 | + } catch (BadResponseException $e) { |
|
78 | 77 | $response = $e->getResponse(); |
79 | 78 | } |
80 | 79 |