Skip to content

Commit

Permalink
enacted true: manually added due to migration failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jun 17, 2024
1 parent 7dcf542 commit cb82505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default migration('1713517203_configurate_and_ens', {
},

async enacted(deploymentManager: DeploymentManager): Promise<boolean> {
return false;
return true;
},

async verify(deploymentManager: DeploymentManager, govDeploymentManager: DeploymentManager) {
Expand Down

0 comments on commit cb82505

Please sign in to comment.