Don't go resetting the threshold value
This commit is contained in:
@@ -114,7 +114,7 @@ class MetricController extends AbstractApiController
|
||||
Binput::get('display_chart'),
|
||||
Binput::get('places'),
|
||||
Binput::get('view'),
|
||||
Binput::get('threshold', 5)
|
||||
Binput::get('threshold')
|
||||
));
|
||||
} catch (QueryException $e) {
|
||||
throw new BadRequestHttpException();
|
||||
|
||||
Reference in New Issue
Block a user