We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d10b03 commit fc3041bCopy full SHA for fc3041b
backend/trip/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.7.2"
+__version__ = "1.7.3"
src/src/app/services/utils.service.ts
@@ -62,7 +62,7 @@ export class UtilsService {
62
}
63
64
let place = decodeURIComponent(placeMatch[1].replace(/\+/g, " ").trim());
65
- let latlng = `${latMatch[1]}, ${lngMatch[1]}`;
+ let latlng = `${latMatch[1]},${lngMatch[1]}`;
66
return [place, latlng];
67
68
0 commit comments