From b55f3c1d4b0700e3f19cbd461b37c3febcb59f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 7 Jul 2015 07:27:19 +0300 Subject: [PATCH] Updated ul api usage --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 67b8352..1368198 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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" }