import: fixed numbers

This commit is contained in:
muerwre 2018-12-24 18:26:48 +07:00
parent eba3db420d
commit 121ec610e0
2 changed files with 5 additions and 2 deletions

View file

@ -132,7 +132,7 @@ const run = async () => {
created_at,
updated_at: created_at,
provider: mapStyleParser(map_style),
route,
route: route.map(({ lat, lng }) => ({ lat: Number(lat), lng: Number(lng) })),
stickers: [
...stickersParser(stickers),
...pointParser(points)