Fix: tracker metrics not updated on phase change

This commit is contained in:
Hector Sanjuan 2022-04-30 20:57:57 +02:00
parent d89e62117b
commit 8252944aa8

View File

@ -79,6 +79,8 @@ func newOperation(ctx context.Context, pin api.Pin, typ OperationType, ph Phase,
ctx: ctx,
cancel: cancel,
tracker: tracker,
pin: pin,
opType: typ,
phase: ph,