mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-10 12:53:37 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
val, ok := j["key"]
|
val, ok := j["index"]
|
||||||
if !ok {
|
if !ok {
|
||||||
err = errors.New("Response does not contain `key` field!")
|
err = errors.New("Response does not contain `key` field!")
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user