Skip to content

Commit 0fbf787

Browse files
committed
fix:removed response type
Signed-off-by: Amitkanswal <[email protected]>
1 parent 386894b commit 0fbf787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const dispatchAdapter =
2828
if (data.status >= 400) {
2929
throw data
3030
}
31-
return data as AxiosResponse;
31+
return data;
3232
})
3333
.catch((err)=>onError(err));
3434
};

0 commit comments

Comments
 (0)