Fix linting error
This commit is contained in:
parent
fc312fdc46
commit
297b3a7eee
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue