mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint
This commit is contained in:
parent
79a99ac93b
commit
f7361d9654
@ -7,7 +7,6 @@ const HostStore = require('./lib/remote-store.js').HostStore
|
|||||||
const Web3 = require('web3')
|
const Web3 = require('web3')
|
||||||
const ConfigManager = require('./lib/config-manager')
|
const ConfigManager = require('./lib/config-manager')
|
||||||
const extension = require('./lib/extension')
|
const extension = require('./lib/extension')
|
||||||
const newTOSHash = global.TOS_HASH
|
|
||||||
|
|
||||||
module.exports = class MetamaskController {
|
module.exports = class MetamaskController {
|
||||||
|
|
||||||
@ -286,7 +285,7 @@ module.exports = class MetamaskController {
|
|||||||
this.setTOSHash(global.newTOSHash)
|
this.setTOSHash(global.newTOSHash)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("Error in checking TOS change.")
|
console.error('Error in checking TOS change.')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user