import { postSkipSegments } from "./postSkipSegments"; import { Request, Response } from "express"; export function oldSubmitSponsorTimes(req: Request, res: Response): Promise { req.query.category = "sponsor"; return postSkipSegments(req, res); }