Merge pull request #591 from gnosis/development-fix-linting-error

Fix linting error
This commit is contained in:
Fernando 2020-02-19 14:13:47 -03:00 committed by GitHub
commit b1b5874915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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