import { ApiCall } from "tsrpc"; import { FightFun } from '../../public/fight'; import { ReqFightLog, ResFightLog } from "../../shared/protocols/jjc/PtlFightLog"; export default async function (call: ApiCall) { call.succ(await FightFun.readLog(call.uid, 'jjc')); }