mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
make headers optional?
This commit is contained in:
@@ -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 New Issue
Block a user