Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotambo committed Aug 24, 2023
1 parent fa76b8b commit 0885b5f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions proto/decentraland/realm/about.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ message AboutResponse {
optional string commit_hash = 3;
string public_url = 4;
}
message CommsInfoAdapter {
enum AdapterType{
FIXED = 0;
ARCHIPELAGO = 1;
}
AdapterType type = 1;
string connection_string = 2;
}
message CommsInfo {
// common properties
bool healthy = 1;
Expand All @@ -66,7 +58,7 @@ message AboutResponse {
// specific properties
string protocol = 50;
optional int32 users_count = 51;
CommsInfoAdapter adapter = 52;
string adapter = 52;
}
message BffInfo {
// common properties
Expand Down

0 comments on commit 0885b5f

Please sign in to comment.