Skip to content

Commit

Permalink
Merge branch 'dev-trashmai'
Browse files Browse the repository at this point in the history
  • Loading branch information
trashmai committed Dec 3, 2018
2 parents 0219d4e + 1029b6d commit 2167608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/service/modules/media.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ const getSiteData = async payload => {
low_quality_url: true,
imageUrlPrefix: true,
},
sort: [
['cameraLocation', 1],
['date_time_corrected_timestamp', 1],
['uploaded_file_name', 1],
],
}),
});

Expand Down

0 comments on commit 2167608

Please sign in to comment.