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:
@@ -576,7 +576,7 @@ const TargetingGetters = {
|
||||
lazy.fxAccounts
|
||||
.getSignedInUser()
|
||||
.then(data => resolve(!!data))
|
||||
.catch(() => resolve(false));
|
||||
.catch(e => resolve(false));
|
||||
});
|
||||
},
|
||||
get sync() {
|
||||
|
||||
Reference in New Issue
Block a user