mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Check missing lat/long instead of zero
This commit is contained in:
@@ -9,8 +9,8 @@ describe "Hubs service", ->
|
||||
orders_close_at: new Date()
|
||||
type: "hub"
|
||||
visible: true
|
||||
latitude: 50
|
||||
longitude: 50
|
||||
latitude: 0
|
||||
longitude: 0
|
||||
}
|
||||
{
|
||||
id: 3
|
||||
|
||||
Reference in New Issue
Block a user