flatMapThrowing(file:line:_:)

EventLoopFuture+Deprecated.swift:30

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

@preconcurrency func flatMapThrowing<NewValue>(file: StaticString = #fileID, line: UInt = #line, _ callback: @escaping (Value) throws -> NewValue) -> EventLoopFuture<NewValue> where NewValue : Sendable