0
0
mirror of https://github.com/Maks1mS/free-ozon-dpr.git synced 2025-10-14 06:47:06 +03:00

fix WOЯЖ address

This commit is contained in:
2024-06-06 17:19:54 +03:00
parent 2e7716be25
commit 1093d592ca
3 changed files with 47 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ async function woyag() {
return {
coordinates: [parseFloat(point["geo_lng"]), parseFloat(point["geo_lat"])],
name: point.name,
address: point.fullname,
address: point.address,
link,
operationTime: "пн-вс с 9:00 до 17:45",
};