mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +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 ConfigManager = require('./lib/config-manager')
|
||||
const extension = require('./lib/extension')
|
||||
const newTOSHash = global.TOS_HASH
|
||||
|
||||
module.exports = class MetamaskController {
|
||||
|
||||
@ -286,7 +285,7 @@ module.exports = class MetamaskController {
|
||||
this.setTOSHash(global.newTOSHash)
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("Error in checking TOS change.")
|
||||
console.error('Error in checking TOS change.')
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user