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.
2 parents d89f19b + be7fd6b commit a22d840Copy full SHA for a22d840
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 as APIFetchOptions<true> );
+ const response = await apiFetch<ContentHelperAPIResponse<T>>( options );
152
153
// Validate API side errors.
154
if ( response.error ) {
0 commit comments