mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 22:11:37 +01:00
fix: query fetch policy
This commit is contained in:
parent
bd6aa992b8
commit
da8507a85b
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export const AmbossCard = () => {
|
|||
|
||||
const [getToken, { data, loading: tokenLoading }] =
|
||||
useGetAmbossLoginTokenLazyQuery({
|
||||
fetchPolicy: 'network-only',
|
||||
onError: () => toast.error('Error getting auth token'),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue