flatMap(file:line:_:)

EventLoopFuture+Deprecated.swift:19

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

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