Skip to content

Commit

Permalink
Remove unnecessary stop
Browse files Browse the repository at this point in the history
  • Loading branch information
amortemousque committed Aug 23, 2023
1 parent e4a0329 commit 111e331
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export function trackViewInteractionCount(viewLoadingType: ViewLoadingType) {
const previousInteractionCount = viewLoadingType === ViewLoadingType.INITIAL_LOAD ? 0 : getInteractionCount()
return {
getViewInteractionCount: () => getInteractionCount()! - previousInteractionCount,
stop: noop,
}
}

Expand Down

0 comments on commit 111e331

Please sign in to comment.