mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
0fa7769844
commit
b6dafc082e
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ const eventController = {
|
||||||
return place
|
return place
|
||||||
}
|
}
|
||||||
|
|
||||||
console.error('dentro findOrCreatePlace', body)
|
|
||||||
|
|
||||||
const place_name = body.place_name && body.place_name.trim()
|
const place_name = body.place_name && body.place_name.trim()
|
||||||
const place_address = body.place_address && body.place_address.trim()
|
const place_address = body.place_address && body.place_address.trim()
|
||||||
if (!place_address || !place_name) {
|
if (!place_address || !place_name) {
|
||||||
|
|
Loading…
Reference in a new issue