Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(scope): Remove apparently unnecessary
if
(#3298)
The removed `if` statement is identical to the `if` statement immediately before. It does not seem that the code before the second `if` can modify `transaction.sampled`, so it should be safe to combine the two `if` blocks into a single block under the first `if` statement.
- Loading branch information