Skip to content

Commit

Permalink
changed contact type
Browse files Browse the repository at this point in the history
  • Loading branch information
gohumble committed May 5, 2024
1 parent f995842 commit 4b382ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ message InfoResponse {
string version = 3;
string description = 4;
string description_long = 5;
repeated string contact = 6;
repeated Contact contact = 6;
string motd = 7;
map<int32, NutDetails> nuts = 8;
}
Expand Down

0 comments on commit 4b382ff

Please sign in to comment.