[fix] neo command request bug

This commit is contained in:
Max 2023-05-10 20:24:09 +08:00
parent 522380511d
commit 6e17bdce71

View file

@ -80,7 +80,7 @@ func (req *Request) Run(messages []map[string]interface{}, cb func(msg *message.
}
// DONE
cb(req.msg().Done())
cb(msg.Done())
return nil
}