Skip to content

Commit 6fa2af8

Browse files
fix: rename start over event (#12)
1 parent 35e5545 commit 6fa2af8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/messaging/outgoing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const HEALTH_CHECK = "health-check";
22
export const CLICK = "click";
33

44
export const INITIALIZE_REQUEST = "initialize-request";
5-
export const START_OVER_REQUEST = "start-over-request";
5+
export const RESET_IFRAME_REQUEST = "reset-iframe-request";
66

77
export const INITIALIZE_ACK = "initialize-ack";
88
export const INITIALIZE_SUCCESS = "initialize-success";
@@ -27,7 +27,7 @@ type ClickEvent = {
2727

2828
export interface TestBoxOutgoingEvents {
2929
[INITIALIZE_REQUEST]: undefined;
30-
[START_OVER_REQUEST]: undefined;
30+
[RESET_IFRAME_REQUEST]: undefined;
3131
[HEALTH_CHECK]: HealthCheckEvent;
3232
[CLICK]: ClickEvent;
3333
[INITIALIZE_ACK]: undefined;

0 commit comments

Comments
 (0)