@@ -19,7 +19,7 @@ |
||
19 | 19 | return response()->noContent($magicLink ? 200 : 404); |
20 | 20 | } |
21 | 21 | |
22 | - if (! $magicLink) { |
|
22 | + if ( ! $magicLink) { |
|
23 | 23 | return $this->badResponse(); |
24 | 24 | } |
25 | 25 |