This commit is contained in:
Conrad Irwin
2024-01-03 19:30:32 -07:00
parent 28c39aae17
commit a801c85a1b
+1 -1
View File
@@ -368,7 +368,7 @@ message JoinProject {
}
message JoinProjectResponse {
uint32 replica_id = 1;
optional uint32 replica_id = 1;
repeated WorktreeMetadata worktrees = 2;
repeated Collaborator collaborators = 3;
repeated LanguageServer language_servers = 4;