Skip to content

Commit

Permalink
chore: update usequery key
Browse files Browse the repository at this point in the history
  • Loading branch information
albertocevallos committed Dec 12, 2023
1 parent 454251c commit 2022e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSoftQuote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const useSoftQuote = ({
error,
} = useStream<typeof SoftQuote, ParsedSoftQuoteResponse>({
queryClient,
queryKey: ['useRFQ'],
queryKey: ['useSoftQuote'],
grpcClient,
method: 'webTaker',
request,
Expand Down

0 comments on commit 2022e7d

Please sign in to comment.