This commit is contained in:
Łukasz Magiera 2021-10-19 11:13:23 +02:00
parent 080aa3356a
commit e508055dc1

View File

@ -104,8 +104,6 @@ func (wt *workTracker) track(ctx context.Context, ready chan struct{}, wid Worke
return callID, err
}
_, done := wt.done[callID]
if done {
delete(wt.done, callID)