diff --git a/grq2/lib/dataset.py b/grq2/lib/dataset.py index 600fe91..6cf7fea 100644 --- a/grq2/lib/dataset.py +++ b/grq2/lib/dataset.py @@ -86,9 +86,9 @@ def update(update_json): app.logger.debug("%s" % json.dumps(ret, indent=2)) - return jsonify({ + return { 'success': True, 'message': ret, 'objectid': update_json['id'], 'index': index, - }) + }