updated with redo
This commit is contained in:
parent
05fc03d040
commit
fec22d19fc
@ -55,7 +55,6 @@ function updateBookmark(obj,_id, _rev) {
|
|||||||
var _obj = obj;
|
var _obj = obj;
|
||||||
_obj._id = _id;
|
_obj._id = _id;
|
||||||
_obj._rev = _rev;
|
_obj._rev = _rev;
|
||||||
logger.info(util.inspect(_obj));
|
|
||||||
|
|
||||||
dbCouch.insert(_obj, function(err, body,header) {
|
dbCouch.insert(_obj, function(err, body,header) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user