Fix forward call for updating a process
This commit is contained in:
parent
e9034aa171
commit
cb22c2bb2e
@ -157,7 +157,11 @@ func (f *forwarder) UpdateProcess(origin, id string, config *app.Config) error {
|
||||
origin = f.id
|
||||
}
|
||||
|
||||
r := apiclient.UpdateProcessRequest{}
|
||||
r := apiclient.UpdateProcessRequest{
|
||||
Origin: origin,
|
||||
ID: id,
|
||||
Config: *config,
|
||||
}
|
||||
|
||||
f.lock.RLock()
|
||||
client := f.client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user