Skip to content

Commit

Permalink
zipcode corrected to string (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma authored Aug 28, 2024
1 parent 1e9cff5 commit 94951b5
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 94951b5

Please sign in to comment.