mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
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 {
|
||||
body: response?.data,
|
||||
headers: response.headers as any,
|
||||
headers: response?.headers as any,
|
||||
status: response?.status,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue