Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#136)
by Owen
03:20
created
src/app/Http/Controllers/CrudFeatures/CheckUnique.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         } else {
24 24
             $existing_entity = $this->crud->model->where([$field_name => $check_value])->first();
25 25
 
26
-            if (! $existing_entity) {
26
+            if (!$existing_entity) {
27 27
                 $response['success'] = true;
28 28
                 $response['message'] = null;
29 29
             } else {
Please login to merge, or discard this patch.