Skip to content

Commit

Permalink
Remove CHANNEL_WS_CONNECT event from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 17, 2025
1 parent 00fc35c commit 77240df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/core/src/manager/globals/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ export default {
'ARGTYPES_INFO_REQUEST',
'ARGTYPES_INFO_RESPONSE',
'CHANNEL_CREATED',
'CHANNEL_WS_CONNECT',
'CHANNEL_WS_DISCONNECT',
'CONFIG_ERROR',
'CREATE_NEW_STORYFILE_REQUEST',
Expand Down Expand Up @@ -836,7 +835,6 @@ export default {
'ARGTYPES_INFO_REQUEST',
'ARGTYPES_INFO_RESPONSE',
'CHANNEL_CREATED',
'CHANNEL_WS_CONNECT',
'CHANNEL_WS_DISCONNECT',
'CONFIG_ERROR',
'CREATE_NEW_STORYFILE_REQUEST',
Expand Down Expand Up @@ -903,7 +901,6 @@ export default {
'ARGTYPES_INFO_REQUEST',
'ARGTYPES_INFO_RESPONSE',
'CHANNEL_CREATED',
'CHANNEL_WS_CONNECT',
'CHANNEL_WS_DISCONNECT',
'CONFIG_ERROR',
'CREATE_NEW_STORYFILE_REQUEST',
Expand Down

0 comments on commit 77240df

Please sign in to comment.