chore: filter to query

This commit is contained in:
Cory Dransfeldt 2024-10-13 15:10:37 -07:00
parent eec1caa321
commit ed65bb8127
No known key found for this signature in database
5 changed files with 8 additions and 13 deletions

View file

@ -49,6 +49,5 @@ export default {
}
return `${allButLast} and ${last}`
},
formatVenue: (venue) => venue.split(',')[0].trim()
}
}