flatMapResult(file:line:_:)

EventLoopFuture+Deprecated.swift:71

This declaration is deprecated: Please don't pass file:line:, there's no point.

@preconcurrency func flatMapResult<NewValue, SomeError>(file: StaticString = #fileID, line: UInt = #line, _ body: @escaping (Value) -> Result<NewValue, SomeError>) -> EventLoopFuture<NewValue> where SomeError : Error