diff --git a/lib/responses/ok.js b/lib/responses/ok.js index 706fa9d..da53621 100644 --- a/lib/responses/ok.js +++ b/lib/responses/ok.js @@ -44,10 +44,10 @@ module.exports = function json() { var args = normalizeResArgs(arguments); var data = args.other; var statusCode = args.statusCode; - var Model, - modelName, - opts, - relationships, + var Model, + modelName, + opts, + relationships, jsonApiRes; // Get access to `req`, `res`, & `sails`