Skip to content

Commit 3c8c878

Browse files
committed
Return servers_all to the connection result
1 parent c5be213 commit 3c8c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/typedb_service/connection.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ message Connection {
2424
message Res {
2525
uint64 server_duration_millis = 1;
2626
ConnectionID connection_id = 2;
27-
ServerManager.Get.Res server = 3;
27+
ServerManager.All.Res servers_all = 3;
2828
Authentication.Token.Create.Res authentication = 4;
2929
}
3030
}

0 commit comments

Comments
 (0)