We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | { |
| 21 | 21 | |
| 22 | 22 | $guestExist = DB::table('invitation_requests') |
| 23 | - ->where('guest_email', $request['guest_email'])->first(); |
|
| 23 | + ->where('guest_email', $request[ 'guest_email' ])->first(); |
|
| 24 | 24 | |
| 25 | 25 | if (!$guestExist) { |
| 26 | 26 | $guest = [ |