We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3a27e commit cfc7165Copy full SHA for cfc7165
src/content-helper/common/providers/base-provider.tsx
@@ -148,7 +148,7 @@ export abstract class BaseProvider {
148
options.signal = abortController.signal;
149
150
try {
151
- const response = await apiFetch<ContentHelperAPIResponse<T>>( options );
+ const response = await apiFetch<ContentHelperAPIResponse<T>, true>( options );
152
153
// Validate API side errors.
154
if ( response.error ) {
0 commit comments