Skip to content

Commit 6e72e84

Browse files
committed
Fix: fix build error
1 parent 88b8620 commit 6e72e84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/features/beta-program/services/analytics/AnalyticsService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ class AnalyticsService {
464464
if (!pages.includes(page)) {
465465
pages.push(page);
466466
}
467-
467+
}
468+
468469
return {
469470
id: `hj-${(10000000 + index).toString(16)}`, // Mock Hotjar recording ID
470471
date: recordingDate.toISOString(),

0 commit comments

Comments
 (0)