Skip to content

Commit

Permalink
Merge pull request #479 from zav8/patch-1
Browse files Browse the repository at this point in the history
An incorrect variable in assignment?
  • Loading branch information
wendux authored Sep 24, 2019
2 parents 8bab3b1 + a135938 commit fb603d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio/lib/src/options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Options extends _RequestConfig {
extra: extra ?? Map.from(this.extra ?? {}),
headers: headers ?? Map.from(this.headers ?? {}),
responseType: responseType ?? this.responseType,
contentType: String ?? this.contentType,
contentType: contentType ?? this.contentType,
validateStatus: validateStatus ?? this.validateStatus,
receiveDataWhenStatusError:
receiveDataWhenStatusError ?? this.receiveDataWhenStatusError,
Expand Down

0 comments on commit fb603d2

Please sign in to comment.