Commit 30810b33 authored by Tristan Cavelier's avatar Tristan Cavelier

splitstorage.js post/put no response fixed

parent b5198e88
...@@ -329,9 +329,9 @@ ...@@ -329,9 +329,9 @@
if (err) { if (err) {
err.message = "Unable to " + method + " document"; err.message = "Unable to " + method + " document";
delete err.index; delete err.index;
return that.error(err); return command.error(err);
} }
that.success({"id": doc_underscores._id}); command.success({"id": doc_underscores._id});
}); });
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment