Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
silasary committed Aug 2, 2023
1 parent 56aad74 commit 86339a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatherling/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
try {
$series = new Series($seriesname);
$result = repr_json_series($series);
$result['sucess'] = true;
$result['success'] = true;
} catch (Exception $e) {
$result['sucess'] = false;
$result['success'] = false;
$result['error'] = $e->getMessage();
}
break;
Expand Down

0 comments on commit 86339a5

Please sign in to comment.