推送:推送函数修复

This commit is contained in:
luying
2022-04-28 20:49:41 +08:00
parent 9af1f80b67
commit ca6847e1ca
6 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import { addItems, unlockFigure, } from "./rewardService";
import { CounterModel } from "../../db/Counter";
import { calculateCes } from "../playerCeService";
import { RoleModel, RoleType, RoleUpdate } from "../../db/Role";
import { sendMessageToUser, sendMessageToUserWithSuc } from "../pushService";
import { sendMessageToUserWithSuc } from "../pushService";
import { checkTaskInCreateHero } from "../task/taskService";
import { Rank } from "../rankService";