This commit is contained in:
lesion 2024-01-11 13:15:27 +01:00
parent 4e61b483c1
commit 563f586f42
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -100,7 +100,7 @@ module.exports = {
const place = await eventController._findOrCreatePlace({
place_name: APEvent.location?.name,
place_address: APEvent.location?.address,
place_address: APEvent.location?.address?.streetAddress ?? APEvent.location?.address
})
let media = []