Skip to content

Commit

Permalink
'Protobuf files change'
Browse files Browse the repository at this point in the history
  • Loading branch information
Build System committed Jan 14, 2025
1 parent 992b5e4 commit fda94bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ message EquityEntry
repeated string index = 21;

// Registered address of the company
string company_address = 22;
repeated string company_address = 22;

// Company's contact telephone number
string company_tel_number = 23;
Expand Down Expand Up @@ -670,7 +670,7 @@ message EtfEntry
string issuer = 9;

// Physical address of the issuing company
string company_address = 10;
repeated string company_address = 10;

// Contact telephone number of the issuing company
string company_tel_number = 11;
Expand Down

0 comments on commit fda94bd

Please sign in to comment.