bugfix: StartAction responds with used tracking ID, not necessarily the requested tracking ID
This commit is contained in:
parent
d26c469107
commit
27ab530ba6
|
|
@ -51,7 +51,7 @@ func (api *oliveTinAPI) StartAction(ctx ctx.Context, req *pb.StartActionRequest)
|
||||||
api.executor.ExecRequest(&execReq)
|
api.executor.ExecRequest(&execReq)
|
||||||
|
|
||||||
return &pb.StartActionResponse{
|
return &pb.StartActionResponse{
|
||||||
ExecutionTrackingId: req.UniqueTrackingId,
|
ExecutionTrackingId: execReq.TrackingID,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue