mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Remove meta serialization now that resource takes objects.
This commit is contained in:
parent
1e9df514ed
commit
dea85e923c
@ -361,7 +361,7 @@ SyncEngine.prototype = {
|
||||
meta.generateIV();
|
||||
meta.addUnwrappedKey(pubkey, symkey);
|
||||
let res = new Resource(meta.uri);
|
||||
let resp = res.put(meta.serialize());
|
||||
let resp = res.put(meta);
|
||||
if (!resp.success) {
|
||||
this._log.debug("Metarecord upload fail:" + resp);
|
||||
resp.failureCode = ENGINE_METARECORD_UPLOAD_FAIL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user