Skip to content

Commit bbb65ec

Browse files
committed
Update fix
1 parent cfc7165 commit bbb65ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-helper/common/providers/base-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export abstract class BaseProvider {
148148
options.signal = abortController.signal;
149149

150150
try {
151-
const response = await apiFetch<ContentHelperAPIResponse<T>, true>( options );
151+
const response = await apiFetch<ContentHelperAPIResponse<T>>( options as APIFetchOptions<true> );
152152

153153
// Validate API side errors.
154154
if ( response.error ) {

0 commit comments

Comments
 (0)