Skip to content

Commit bb61d3f

Browse files
author
lizekun
committed
remove print call url
1 parent 073631c commit bb61d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (c *Client) call(module, action string, param map[string]interface{}, outco
133133
return
134134
}
135135
fmt.Println(envelope.Result)
136-
if envelope.Result == nil {
136+
if string(envelope.Result) == "null" {
137137
err = fmt.Errorf("null result")
138138
return
139139
}

0 commit comments

Comments
 (0)