Skip to content

Commit

Permalink
Add break to last case
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 1, 2024
1 parent fe97cc5 commit 04a8244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/browser-sdk/src/workers/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ self.onmessage = async (event: MessageEvent<ClientEventsClientMessageData>) => {
error: "Group not found",
});
}
break;
}
}
} catch (e) {
Expand Down

0 comments on commit 04a8244

Please sign in to comment.