Skip to content

Commit

Permalink
Update Deprecations.swift (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Aug 18, 2022
1 parent 3803477 commit 5195a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/URLRouting/Internal/Deprecations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Foundation

extension URLRoutingClient {
@available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
@available(*, deprecated, renamed: "responseData(for:as:decoder:)")
@available(*, deprecated, renamed: "decodedResponse(for:as:decoder:)")
public func request<Value: Decodable>(
_ route: Route,
as type: Value.Type = Value.self,
Expand Down

0 comments on commit 5195a70

Please sign in to comment.