Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
marchsu committed Aug 7, 2024
1 parent dabcd61 commit 8ebae06
Show file tree
Hide file tree
Showing 3 changed files with 2,894 additions and 2,893 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

10 changes: 5 additions & 5 deletions src/coinbase/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,11 @@ export type StakeAPIClient = {
* @param options - Axios request options.
*/
fetchStakingBalances(
fetchStakingBalancesRequest: FetchStakingBalancesRequest,
limit?: number,
page?: string,
options?: AxiosRequestConfig,
): AxiosPromise<FetchStakingBalances200Response>;
fetchStakingBalancesRequest: FetchStakingBalancesRequest,
limit?: number,
page?: string,
options?: AxiosRequestConfig,
): AxiosPromise<FetchStakingBalances200Response>;

broadcastStakingOperation(
walletId: string,
Expand Down
Loading

0 comments on commit 8ebae06

Please sign in to comment.