Compare commits

..

No commits in common. "442e69187b9c4a941c16eefae2caaeea25b3abca" and "1ec2b3ac3606c46b3d78cd4e5a8f057d8a5b5b1e" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@ const dateRanges = {
latest: () => ({
after: '1900-01-01',
before: dayjs.utc().toDate(),
orderBy: ['DATE_DESC', 'CREATED_AT_DESC'],
orderBy: 'DATE_DESC',
}),
upcoming: () => ({
after: dayjs.utc().toDate(),
before: '2100-01-01',
orderBy: ['DATE_ASC', 'CREATED_AT_ASC'],
orderBy: 'DATE_ASC',
}),
new: () => ({
after: '1900-01-01 00:00:00',
@ -22,7 +22,7 @@ const dateRanges = {
all: () => ({
after: '1900-01-01',
before: '2100-01-01',
orderBy: ['DATE_DESC', 'CREATED_AT_DESC'],
orderBy: 'DATE_DESC',
}),
};

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.149.4",
"version": "1.149.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.149.4",
"version": "1.149.3",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {