@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | $json = json_encode($jobApplicationWithAnswers, JSON_PRETTY_PRINT); |
| 49 | 49 | echo($json); |
| 50 | - }else{ |
|
| 50 | + } else{ |
|
| 51 | 51 | $result = array(); |
| 52 | 52 | $json = json_encode($result, JSON_PRETTY_PRINT); |
| 53 | 53 | echo($json); |