Skip to content

Commit

Permalink
Merge branch 'update/vue-query-tree-shaking-use-query' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/hyperweb-io/telescope into update/vue-query-tree-shaking-use-query
  • Loading branch information
NorOldBurden committed Jan 26, 2025
2 parents 9663694 + 1415fc3 commit fb66d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __fixtures__/v-next/outputhelperfunc/vue-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ interface UseTendermintClient extends VueQueryParams<Tendermint34Client | Tender
/**
* Function that uses vue-query to cache a connected tendermint client.
*/
export function useTendermintClient = ({
export const useTendermintClient = ({
rpcEndpoint,
options,
}: UseTendermintClient) => {
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/v-next/outputicjs/vue-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ interface UseTendermintClient extends VueQueryParams<Tendermint34Client> {
/**
* Function that uses vue-query to cache a connected tendermint client.
*/
export function useTendermintClient = ({
export const useTendermintClient = ({
rpcEndpoint,
options,
}: UseTendermintClient) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/telescope/src/helpers/vue-query-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ ${
/**
* Function that uses vue-query to cache a connected tendermint client.
*/
export function useTendermintClient = ({
export const useTendermintClient = ({
rpcEndpoint,
options,
}: UseTendermintClient) => {
Expand Down

0 comments on commit fb66d25

Please sign in to comment.