make headers optional?
This commit is contained in:
parent
730683fe25
commit
4c49e403ab
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ export const ssApiClient = (args: {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
body: response?.data,
|
body: response?.data,
|
||||||
headers: response.headers as any,
|
headers: response?.headers as any,
|
||||||
status: response?.status,
|
status: response?.status,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue