mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint fix
This commit is contained in:
parent
edec6cb81d
commit
02585c0bd0
@ -42,7 +42,7 @@ describe('nodeify', function () {
|
||||
try {
|
||||
nodified('baz')
|
||||
} catch (err) {
|
||||
done(new Error('should not have thrown an error synchronously'))
|
||||
done(new Error('should not have thrown an error synchronously'))
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -2490,7 +2490,7 @@ function setShowFiatConversionOnTestnetsPreference (value) {
|
||||
function setCompletedOnboarding () {
|
||||
return async dispatch => {
|
||||
dispatch(actions.showLoadingIndication())
|
||||
|
||||
|
||||
try {
|
||||
await pify(background.markAllNoticesRead).call(background)
|
||||
} catch (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user