Commit f544ed16 authored by Tristan Cavelier's avatar Tristan Cavelier

revisionstorage put unit test done

parent d40e0e8d
......@@ -810,11 +810,11 @@
metadata,
option,
{},
function (err) {
function (err, response) {
if (err) {
return command.error(err);
}
command.success();
command.success({"rev": response.rev});
}
);
};
......
This diff is collapsed.
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