mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
4e61b483c1
commit
563f586f42
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue