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