Skip to content

Commit

Permalink
fix: fix typo in procedure type enum
Browse files Browse the repository at this point in the history
Co-Authored-By: Victor Vicente <VictorVicente@users.noreply.github.com>
  • Loading branch information
monitz87 and VictorVicente committed Dec 17, 2019
1 parent f948877 commit d346e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Expand Up @@ -153,7 +153,7 @@ export enum ProcedureType {
ModifyBeneficialInvestments = 'ModifyBeneificialInvestments',
ModifyTieredStoData = 'ModifyTieredStoData',
InvestInTieredSto = 'InvestInTieredSto',
InvestInSimpleSto = 'InvestInCappedSto',
InvestInSimpleSto = 'InvestInSimpleSto',
ModifyMaxHolderCount = 'ModifyMaxHolderCount',
ModifyMaxHolderPercentage = 'ModifyMaxHolderPercentage',
ModifyPercentageExemptions = 'ModifyPercentageExemptions',
Expand Down

0 comments on commit d346e77

Please sign in to comment.