Skip to content

Commit 7228f6b

Browse files
committed
chore: fix add the missing return
1 parent bf7c9c1 commit 7228f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/analytics/analytics-broker-process.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ process.on("message", async (data: ITrackingInformation) => {
9292

9393
if (data.type === TrackingTypes.PreviewAppData) {
9494
await trackPreviewAppData(<IPreviewAppTrackingInformation>data);
95+
return;
9596
}
9697

9798
await sendDataForTracking(data);

0 commit comments

Comments
 (0)