mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-01 00:35:31 +00:00
⚡ Change the key into index
This commit is contained in:
parent
41ba509428
commit
7312addb65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user