We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3beee commit 16037bbCopy full SHA for 16037bb
Sources/RediStack/RESP/RESPValue.swift
@@ -184,7 +184,7 @@ extension EventLoopFuture where Value == RESPValue {
184
file: StaticString = #file,
185
line: UInt = #line
186
) -> EventLoopFuture<T> {
187
- return self.flatMapThrowing(file: file, line: line) {
+ return self.flatMapThrowing {
188
guard let value = T(fromRESP: $0) else {
189
throw RedisClientError.failedRESPConversion(to: type)
190
}
0 commit comments