Skip to content

Commit

Permalink
Revert "chore: commend out to CreateServiceNervousSystem"
Browse files Browse the repository at this point in the history
This reverts commit 9b8c1dc.
  • Loading branch information
mstrasinskis committed Jun 30, 2023
1 parent 37ee692 commit 1864b2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/nns/src/canisters/governance/request.converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,15 +555,11 @@ const fromAction = (action: Action): RawAction => {
}

if ("CreateServiceNervousSystem" in action) {
// TODO: uncomment when the CreateServiceNervousSystem dummy proposal is needed
/*
return {
CreateServiceNervousSystem: fromCreateServiceNervousSystem(
action.CreateServiceNervousSystem
),
};
*/
throw new Error("CreateServiceNervousSystem is commented out");
}

// If there's a missing action, this line will cause a compiler error.
Expand Down

0 comments on commit 1864b2a

Please sign in to comment.