mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-01 04:15:22 +00:00
Merge pull request #591 from gnosis/development-fix-linting-error
Fix linting error
This commit is contained in:
commit
b1b5874915
@ -21,7 +21,8 @@ const getCurrentMasterContractLastVersion = async () => {
|
||||
try {
|
||||
safeMasterVersion = await safeMaster.VERSION()
|
||||
} catch (err) {
|
||||
// Default in case that it's not possible to obtain the version from the contract, returns a hardcoded value or an env variable
|
||||
// Default in case that it's not possible to obtain the version from the contract, returns a hardcoded value or an
|
||||
// env variable
|
||||
safeMasterVersion = getSafeLastVersion()
|
||||
}
|
||||
return safeMasterVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user