Fix save()/saveTx() warning when uploading settings
This commit is contained in:
parent
2a55e56f3f
commit
e787bb1183
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ Zotero.Sync.Data.Engine.prototype._uploadSettings = Zotero.Promise.coroutine(fun
|
|||
libraryVersion
|
||||
);
|
||||
this.library.libraryVersion = libraryVersion;
|
||||
yield this.library.save();
|
||||
yield this.library.saveTx();
|
||||
|
||||
Zotero.debug("Done uploading settings in " + this.library.name);
|
||||
return libraryVersion;
|
||||
|
|
Loading…
Add table
Reference in a new issue