Skip to content

Commit

Permalink
fix linting issue that arise with new lab version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Apr 4, 2017
1 parent 5307646 commit 30393ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ internals.response = module.exports.response = function (data, _meta, _options)
if (Defined(data)) {
return {
statusCode: 200,
data: data,
meta: meta
data,
meta
};
}

Expand Down

0 comments on commit 30393ee

Please sign in to comment.