Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
fix one more typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
justinzhou93 committed Sep 23, 2022
1 parent ee48fac commit 944f347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/scheduler.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/scheduler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class Scheduler {
},
types: {
AutomationAction: {
_enum: ['Notify', 'NativeTransfer', 'XCMP', 'AutoCompoundDelgatedStake'],
_enum: ['Notify', 'NativeTransfer', 'XCMP', 'AutoCompoundDelegatedStake'],
},
AutostakingResult: {
period: 'i32',
Expand Down

0 comments on commit 944f347

Please sign in to comment.