Skip to content

Commit a22d840

Browse files
authored
Merge pull request #3844 from Parsely/revert-3841-try/fix-develop-build-error
2 parents d89f19b + be7fd6b commit a22d840

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>>( options as APIFetchOptions<true> );
151+
const response = await apiFetch<ContentHelperAPIResponse<T>>( options );
152152

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

0 commit comments

Comments
 (0)