This commit is contained in:
lesion 2023-02-22 08:45:39 +01:00
parent 0fa7769844
commit b6dafc082e
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -29,8 +29,6 @@ const eventController = {
return place
}
console.error('dentro findOrCreatePlace', body)
const place_name = body.place_name && body.place_name.trim()
const place_address = body.place_address && body.place_address.trim()
if (!place_address || !place_name) {