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