Skip to content

Commit 5ab93c2

Browse files
committed
fix: destruction
1 parent 393b50d commit 5ab93c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev/RevolverTransport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class RevolverTransport
184184
({ url, name, cooldown, httpClientOptions }): TransportEntry => ({
185185
name,
186186
transport: http(url, {
187-
...opts.httpClientOptions,
187+
...httpClientOptions,
188188
retryCount: config.retryCount,
189189
retryDelay: config.retryDelay,
190190
timeout: config.timeout,

0 commit comments

Comments
 (0)