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

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomg committed Feb 19, 2020
1 parent fc312fd commit 297b3a7
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 297b3a7

Please sign in to comment.