Skip to content

Commit

Permalink
Updated ul api usage
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jul 7, 2015
1 parent 66e3b86 commit b55f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var JsonRequest = module.exports = function (options, data, callback) {
options.method = "POST";
}

options = Ul.merge(options, {
options = Ul.deepMerge(options, {
headers: {
"Content-Type": "application/json"
}
Expand Down

0 comments on commit b55f3c1

Please sign in to comment.