File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Top Open diff view settings
packages/telescope/src/helpers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ interface UseTendermintClient extends VueQueryParams<Tendermint34Client | Tender
118118/**
119119 * Function that uses vue-query to cache a connected tendermint client.
120120 */
121- export function useTendermintClient = ( {
121+ export const useTendermintClient = ( {
122122 rpcEndpoint,
123123 options,
124124} : UseTendermintClient ) => {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ interface UseTendermintClient extends VueQueryParams<Tendermint34Client> {
118118/**
119119 * Function that uses vue-query to cache a connected tendermint client.
120120 */
121- export function useTendermintClient = ( {
121+ export const useTendermintClient = ( {
122122 rpcEndpoint,
123123 options,
124124} : UseTendermintClient ) => {
Original file line number Diff line number Diff line change 123123/**
124124 * Function that uses vue-query to cache a connected tendermint client.
125125 */
126- export function useTendermintClient = ({
126+ export const useTendermintClient = ({
127127 rpcEndpoint,
128128 options,
129129}: UseTendermintClient) => {
You can’t perform that action at this time.
0 commit comments