Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davecreaser committed May 16, 2024
1 parent a261218 commit 9d79c45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redux/sagas/expenditures/setStakeFraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ function* setStakeFractionAction({
payload: { colonyAddress, stakeFraction },
meta,
}: Action<ActionTypes.SET_STAKE_FRACTION>) {
// const apolloClient = getContext(ContextModule.ApolloClient);

const batchKey = 'setStakeFraction';

const { setStakeFraction }: Record<string, ChannelDefinition> =
Expand Down

0 comments on commit 9d79c45

Please sign in to comment.