mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 11:05:22 +00:00
⚡ Change the key into index
This commit is contained in:
@@ -231,7 +231,7 @@ func (connector *Connector) PostScript(script *misc.Script) (index int64, err er
|
||||
return
|
||||
}
|
||||
|
||||
val, ok := j["key"]
|
||||
val, ok := j["index"]
|
||||
if !ok {
|
||||
err = errors.New("Response does not contain `key` field!")
|
||||
return
|
||||
|
Reference in New Issue
Block a user