Fix things
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-22 20:07:11 +01:00
parent 039e664325
commit dedf400ea8
3 changed files with 12 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
const fields = [
'id', 'name', 'slug', 'date', 'image.*',
'location.id', 'location.name', 'location.slug', 'location.region', 'location.country.name', 'location.country.slug',
'created_on'
'created_on', 'modified_on'
].join(',')
const sort = ['-created_on', 'name'].join(',')
const limit = -1