Skip to content

Commit 98bebe5

Browse files
committed
fix: incorrect variant
1 parent e4309d8 commit 98bebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/workspace.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ message WorkspaceEvent {
8585

8686
// The union containing actual event.
8787
oneof event {
88-
UserWorkspaceLeave workspace_join = 1;
88+
UserJoinWorkspace workspace_join = 1;
8989
UserLeaveWorkspace workspace_leave = 2;
9090
FileCreate create = 3;
9191
FileRename rename = 4;

0 commit comments

Comments
 (0)