Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Sep 9, 2024
1 parent 5271c84 commit d70c6ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/nns/src/canisters/governance/request.converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import type {
Decimal as RawDecimal,
DeveloperDistribution as RawDeveloperDistribution,
Duration as RawDuration,
Followees as RawFollowees,
GlobalTimeOfDay as RawGlobalTimeOfDay,
GovernanceParameters as RawGovernanceParameters,
Image as RawImage,
Expand Down Expand Up @@ -98,10 +97,6 @@ const fromNeuronId = (neuronId: NeuronId): RawNeuronId => ({
id: neuronId,
});

const fromFollowees = (followees: Array<NeuronId>): RawFollowees => ({
followees: followees.map(fromNeuronId),
});

const fromNeuronIdOrSubaccount = (
neuronIdOrSubaccount: NeuronIdOrSubaccount,
): RawNeuronIdOrSubaccount => {
Expand Down

0 comments on commit d70c6ad

Please sign in to comment.