Skip to content

Commit

Permalink
fix FetchError constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jan 24, 2024
1 parent a17100b commit bb830c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Experiment/Experiment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ internal struct FetchError: Error {

init(_ statusCode: Int, _ msg: String) {
self.statusCode = statusCode
self.message = message
self.message = msg
}
}

0 comments on commit bb830c5

Please sign in to comment.