Fix linting error

This commit is contained in:
fernandomg 2020-02-19 13:59:40 -03:00
parent fc312fdc46
commit 297b3a7eee
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ const getCurrentMasterContractLastVersion = async () => {
try { try {
safeMasterVersion = await safeMaster.VERSION() safeMasterVersion = await safeMaster.VERSION()
} catch (err) { } 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() safeMasterVersion = getSafeLastVersion()
} }
return safeMasterVersion return safeMasterVersion