chore: generate
This commit is contained in:
parent
39a504773c
commit
185858749b
@ -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…
Reference in New Issue
Block a user