Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
coastforge-rro committed Oct 4, 2019
2 parents 4c62275 + 7ccbf33 commit c8ef22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/ChartController.php
Expand Up @@ -147,7 +147,7 @@ public function fetchAction(Request $request, $chartId)
}
} catch (\Throwable $throwable) {
$this->log($throwable);
continue;
continue 2;
}
break;
default:
Expand Down

0 comments on commit c8ef22d

Please sign in to comment.