Completed
Push — master ( ed55c9...3c3c4c )
by Grant
09:24
created
public_html/tc/services/JobPostersByAdminUser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
                 $json = json_encode($result, JSON_PRETTY_PRINT);
35 35
                 header("Content-length:" . strlen($json));
36 36
                 echo($json);
37
-            } else {
37
+            }else {
38 38
                 $result = array();
39 39
                 $json = json_encode($result, JSON_PRETTY_PRINT);
40 40
                 echo($json);
Please login to merge, or discard this patch.