Skip to content

Commit

Permalink
Fix experience sampling scheduling after resume
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Mar 5, 2024
1 parent 56c9359 commit 1beb926
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export class ExperienceSamplingTracker implements Tracker {
} else {
await this.startExperienceSamplingJob();
}
await this.startExperienceSamplingJob();
}

private async startExperienceSamplingJob(): Promise<void> {
Expand Down

0 comments on commit 1beb926

Please sign in to comment.