Skip to content

Commit

Permalink
🎨 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 25, 2023
1 parent eaf9aae commit e45031f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dio/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ class Options {
baseUrl: baseOpt.baseUrl,
path: path,
data: data,
preserveHeaderCase:
preserveHeaderCase ?? baseOpt.preserveHeaderCase,
preserveHeaderCase: preserveHeaderCase ?? baseOpt.preserveHeaderCase,
sourceStackTrace: sourceStackTrace ?? StackTrace.current,
connectTimeout: baseOpt.connectTimeout,
sendTimeout: sendTimeout ?? baseOpt.sendTimeout,
Expand Down

0 comments on commit e45031f

Please sign in to comment.