Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsud committed Aug 2, 2021
1 parent 4a04c32 commit 6da6d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loader/driver-utils/src/parallelRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ export function requestOps(
requests,
};
if (manager.canceled) {
telemetryEvent.cancel({ ...props });
telemetryEvent.cancel(props);
} else {
telemetryEvent.end(props);
}
Expand Down

0 comments on commit 6da6d0a

Please sign in to comment.