[fix] misspelling
This commit is contained in:
parent
e722144329
commit
6d15f1abcb
1 changed files with 5 additions and 1 deletions
|
|
@ -271,7 +271,11 @@ func processService(process *process.Process) interface{} {
|
||||||
args = v
|
args = v
|
||||||
}
|
}
|
||||||
|
|
||||||
// Foward: Neo Confirm Command
|
//
|
||||||
|
// Forward: Neo confirm Command
|
||||||
|
// @file neo/command/request.go
|
||||||
|
// @method func (req *Request) confirm(args []interface{}, cb func(msg *message.JSON) int)
|
||||||
|
//
|
||||||
if service == "__yao_service.__neo" && method == "ExecCommand" {
|
if service == "__yao_service.__neo" && method == "ExecCommand" {
|
||||||
if len(args) < 4 {
|
if len(args) < 4 {
|
||||||
exception.New("args is required (%v)", 400, args).Throw()
|
exception.New("args is required (%v)", 400, args).Throw()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue