Skip to content

Commit

Permalink
Merge pull request #28 from chain4travel/zip_code_correction
Browse files Browse the repository at this point in the history
zipcode corrected to string
  • Loading branch information
SamJaarsma authored Aug 28, 2024
2 parents 1e9cff5 + 58f859c commit 0f9cf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cmp/types/v1alpha/address.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ message Address {
string line_1 = 1;
string line_2 = 2;
string district = 3;
int32 zip_code = 5;
string zip_code = 5;
GeoTree geo_tree = 6;
}

0 comments on commit 0f9cf56

Please sign in to comment.