chore: remove location from asset property
This commit is contained in:
parent
61fe3a6f5d
commit
8ab8d8d0f9
@ -211,11 +211,10 @@ message PropertyMeta {
|
||||
string usage_type = 9;
|
||||
string completion_date = 10;
|
||||
string user_agreement_url = 11;
|
||||
string location = 12;
|
||||
float lat = 13;
|
||||
float lng = 14;
|
||||
string map_link = 15;
|
||||
PropertyDetail detail = 16;
|
||||
float lat = 12;
|
||||
float lng = 13;
|
||||
string map_link = 14;
|
||||
PropertyDetail detail = 15;
|
||||
}
|
||||
|
||||
message PropertyDetail {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user