chore: remove location from asset property

This commit is contained in:
mapoofano 2025-07-26 15:21:56 +03:30
parent 61fe3a6f5d
commit 8ab8d8d0f9

View File

@ -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 {