Skip to content

Commit

Permalink
fix: format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Feb 28, 2024
1 parent c296c16 commit 0d39041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracker/SessionTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class SessionTracker extends BaseTracker {
pageViewTracker.setIsEntrances();
StorageUtil.clearPageInfo();
this.provider.record({ name: Event.PresetEvent.SESSION_START });
if(!isFirstTime){
if (!isFirstTime) {
pageViewTracker.onPageChange();
}
}
Expand Down

0 comments on commit 0d39041

Please sign in to comment.