mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 18:14:15 +00:00
sync fixed
This commit is contained in:
2
node_modules/api.js
generated
vendored
2
node_modules/api.js
generated
vendored
@@ -234,7 +234,7 @@ var Api = {
|
||||
if(Common.isOk(ret)) { // {Content: 'xx', NoteId: 'xxx'}
|
||||
callback && callback(ret);
|
||||
} else {
|
||||
callback && callback(false);
|
||||
callback && callback(false, ret);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user