chore: generate
This commit is contained in:
@@ -1003,7 +1003,7 @@ export namespace Provider {
|
|||||||
|
|
||||||
// Merge configured headers into request headers
|
// Merge configured headers into request headers
|
||||||
opts.headers = {
|
opts.headers = {
|
||||||
...(typeof opts.headers === 'object' ? opts.headers : {}),
|
...(typeof opts.headers === "object" ? opts.headers : {}),
|
||||||
...options["headers"],
|
...options["headers"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user