Merge pull request #404 from trheyi/main

[fix] neo command request bug
This commit is contained in:
Max 2023-05-10 20:24:29 +08:00 committed by GitHub
commit 939171e471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}