Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #591 from gnosis/development-fix-linting-error
Browse files Browse the repository at this point in the history
Fix linting error
  • Loading branch information
fernandomg authored Feb 19, 2020
2 parents fc312fd + 297b3a7 commit b1b5874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logic/safe/utils/safeVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1b5874

Please sign in to comment.