[fix] neo command request bug
This commit is contained in:
parent
522380511d
commit
6e17bdce71
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func (req *Request) Run(messages []map[string]interface{}, cb func(msg *message.
|
||||||
}
|
}
|
||||||
|
|
||||||
// DONE
|
// DONE
|
||||||
cb(req.msg().Done())
|
cb(msg.Done())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue