Bug 1864896: Autofix unused function arguments (browser/components/newtab). r=omc-reviewers,aminomancer,thecount
Differential Revision: https://phabricator.services.mozilla.com/D202950
This commit is contained in:
@@ -576,7 +576,7 @@ const TargetingGetters = {
|
||||
lazy.fxAccounts
|
||||
.getSignedInUser()
|
||||
.then(data => resolve(!!data))
|
||||
.catch(e => resolve(false));
|
||||
.catch(() => resolve(false));
|
||||
});
|
||||
},
|
||||
get sync() {
|
||||
|
||||
Reference in New Issue
Block a user