test
This commit is contained in:
@@ -48,7 +48,7 @@ const onResponseFulfilled = (response: AxiosResponse) => {
|
||||
extractRequestId(response);
|
||||
return {
|
||||
...response,
|
||||
data: response.data.data,
|
||||
data: response.data.data || response.data,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user