Commit 4b3851ae authored by Tristan Cavelier's avatar Tristan Cavelier

command.js does not generate uuid anymore

parent 8c04f90d
......@@ -21,7 +21,7 @@ var command = function(spec, my) {
priv.tried = 0;
priv.doc = spec.doc || {};
priv.doc._id = priv.doc._id || generateUuid();
priv.doc._id = priv.doc._id;
priv.docid = spec.docid || '';
// xxx fixed spec.content to spec.doc.content for PUTATTACHMENT
......
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