Skip to content
Snippets Groups Projects
Commit 0e909c66 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Remove optional return type on DataMapper

parent 98a0662a
Branches
Tags v2.12.0
No related merge requests found
......@@ -11,5 +11,5 @@ import Foundation
public protocol DataMapper
{
@available(iOS 15.0.0, *)
func mapData(data: Data?, response: URLResponse?, sender: Any?) async throws -> Any?
func mapData(data: Data?, response: URLResponse?, sender: Any?) async throws -> Any
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment