Skip to content

Commit

Permalink
chore: commend out to CreateServiceNervousSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Jun 30, 2023
1 parent 36f55cd commit 9b8c1dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nns/src/canisters/governance/request.converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,15 @@ 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 9b8c1dc

Please sign in to comment.