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:
Dave Townsend
2024-03-01 15:20:17 +00:00
parent ad6df9d5f5
commit 20b5d8c60f
53 changed files with 123 additions and 138 deletions

View File

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