Fix misspelled

This commit is contained in:
Adam
2016-01-07 13:28:57 +01:00
parent 8dd163da91
commit 4cd1470674

View File

@@ -39,7 +39,7 @@ before do
unless Helper::do_not_parse_as_json.include? env['PATH_INFO']
request.body.rewind
json_string = request.body.reads
json_string = request.body.read
@json_params = JSON.parse json_string if json_string.length > 1
end