Skip to content

Commit

Permalink
Modified migration from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 28, 2025
1 parent 370f22a commit 4351754
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ export default migration('1735299739_update_comet_to_support_more_collaterals',
trace(`Created proposal ${proposalId}.`);
},

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

async verify(deploymentManager: DeploymentManager) {
Expand Down

0 comments on commit 4351754

Please sign in to comment.