fix: cost_tracker uses /usage/record endpoint + correct allow/deny_reason fields; suppress edit-state 404 retries
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2b721d182b
commit
acdbb34b9b
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ export function useAccessibleVideoEditState(jobId: string, language: string) {
|
|||
enabled: !!jobId && !!language,
|
||||
staleTime: 0,
|
||||
refetchOnWindowFocus: false,
|
||||
retry: false,
|
||||
placeholderData: keepPreviousData,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue