chore: generate
This commit is contained in:
parent
39a504773c
commit
185858749b
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ export namespace Provider {
|
|||
|
||||
// Merge configured headers into request headers
|
||||
opts.headers = {
|
||||
...(typeof opts.headers === 'object' ? opts.headers : {}),
|
||||
...(typeof opts.headers === "object" ? opts.headers : {}),
|
||||
...options["headers"],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue