Skip to content

Commit

Permalink
fix(scratch): missing } type
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Oct 3, 2023
1 parent f9bdfd0 commit 83329b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scratch/09-obtain-deployed-dao.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async function obtainDeployedAPM({ web3, artifacts }) {
constructorArgs: [], // see DAOFactory.newDAO and EVMScriptRegistryFactory.baseReg
}
}

}
persistNetworkState(network.name, netId, state)
}

Expand Down

0 comments on commit 83329b4

Please sign in to comment.