Commit 5ed33856 authored by qinhaitao's avatar qinhaitao

fix: 🐛 bug

parent 2f3d7ff9
......@@ -25,7 +25,6 @@ export async function updateHelpRecord(
{ userInfo }: IControllerInfos
): Promise<IPreUpdateQuery | undefined> {
const { inviteId } = context.data
if (inviteId) return {}
if (!userInfo) return {}
return {
$set: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment