Backed out 2 changesets (bug 1864896) for causing node failures. CLOSED TREE

Backed out changeset adba0b352699 (bug 1864896)
Backed out changeset 153146ce081c (bug 1864896)
This commit is contained in:
Natalia Csoregi
2024-03-01 18:25:05 +02:00
parent 10b9ceb789
commit 66cb0e397f
79 changed files with 232 additions and 217 deletions

View File

@@ -576,7 +576,7 @@ const TargetingGetters = {
lazy.fxAccounts
.getSignedInUser()
.then(data => resolve(!!data))
.catch(() => resolve(false));
.catch(e => resolve(false));
});
},
get sync() {