Skip to content

Commit

Permalink
Add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Oct 16, 2023
1 parent 49687e0 commit 1e08abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface NominationPoolsChill extends Args {
/**
* A valid PoolId.
*/
poolId: number;
poolId: number | string;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface NominationPoolsClaimCommission extends Args {
/**
* A valid poolId.
*/
poolId: number;
poolId: number | string;
}

/**
Expand Down

0 comments on commit 1e08abd

Please sign in to comment.