map(file:line:_:)

EventLoopFuture+Deprecated.swift:50

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

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