Skip to content

Commit

Permalink
fix: remove message type
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Oct 8, 2024
1 parent 53ada0d commit a7a34d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/beacon-core/src/utils/multi-tab-channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type BCMessageType =
| 'LEADER_DEAD'
| 'RESPONSE'
| 'DISCONNECT'
| 'HIDE_UI'
| BeaconMessageType

type BCMessage = {
Expand Down

0 comments on commit a7a34d3

Please sign in to comment.