Skip to content

Commit

Permalink
Update Restaurants and Cafes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngalaiko authored and github-actions[bot] committed Aug 14, 2023
1 parent 95458a9 commit 7ad4208
Showing 1 changed file with 53 additions and 43 deletions.
96 changes: 53 additions & 43 deletions src/lib/restaurants-and-cafes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
]
},
{
"payee": "Tony's Pizza and Salad",
"count": 10,
"payee": "Bar Centro",
"count": 12,
"currency": "SEK",
"amount": 1339,
"amount": 699,
"location": [
59.319056,
18.064821
57.705447,
11.969766
]
},
{
"payee": "Bar Centro",
"payee": "Tony's Pizza and Salad",
"count": 10,
"currency": "SEK",
"amount": 560,
"amount": 1339,
"location": [
57.705447,
11.969766
59.319056,
18.064821
]
},
{
Expand Down Expand Up @@ -339,16 +339,6 @@
18.076491
]
},
{
"payee": "Tbilisi’s Hörna",
"count": 3,
"currency": "SEK",
"amount": 964,
"location": [
59.298094,
18.088214
]
},
{
"payee": "Kolgrill Sam",
"count": 3,
Expand Down Expand Up @@ -569,6 +559,36 @@
11.986249
]
},
{
"payee": "Koie Ramen",
"count": 3,
"currency": "SEK",
"amount": 530,
"location": [
57.704636,
11.961785
]
},
{
"payee": "Banh Mi Shop",
"count": 3,
"currency": "SEK",
"amount": 395,
"location": [
57.703682,
11.968214
]
},
{
"payee": "Gelaterian Göteborg",
"count": 3,
"currency": "SEK",
"amount": 228,
"location": [
57.703553,
11.96789
]
},
{
"payee": "Marley Café",
"count": 2,
Expand Down Expand Up @@ -619,6 +639,16 @@
18.057471
]
},
{
"payee": "Tbilisi’s Hörna",
"count": 2,
"currency": "SEK",
"amount": 674,
"location": [
59.298094,
18.088214
]
},
{
"payee": "Tehran Grill",
"count": 2,
Expand Down Expand Up @@ -820,23 +850,13 @@
]
},
{
"payee": "Koie Ramen",
"count": 2,
"currency": "SEK",
"amount": 360,
"location": [
57.704636,
11.961785
]
},
{
"payee": "Banh Mi Shop",
"payee": "House of Vietnam",
"count": 2,
"currency": "SEK",
"amount": 245,
"amount": 240,
"location": [
57.703682,
11.968214
57.709422,
11.980116
]
},
{
Expand All @@ -848,15 +868,5 @@
57.703553,
11.96789
]
},
{
"payee": "Gelaterian Göteborg",
"count": 2,
"currency": "SEK",
"amount": 156,
"location": [
57.703553,
11.96789
]
}
]

1 comment on commit 7ad4208

@vercel
Copy link

@vercel vercel bot commented on 7ad4208 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.