diff --git a/AppleLibs/Network/Requests/DataMapper.swift b/AppleLibs/Network/Requests/DataMapper.swift index 220d2b6869131894d091202f55a4a5569eb76569..d40b684e2fbd75c19567367afa0cf7bafc4a02c7 100644 --- a/AppleLibs/Network/Requests/DataMapper.swift +++ b/AppleLibs/Network/Requests/DataMapper.swift @@ -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 }