Compare commits

..

No commits in common. "828db2a8c8f4197dc903d20189b5f20df71a9836" and "35245ca03fc3c8eff9a7f1019dab76cddde93719" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ const dateRanges = {
upcoming: () => ({
after: dayjs.utc().toDate(),
before: '2100-01-01',
orderBy: ['EFFECTIVE_DATE_ASC'],
orderBy: ['EFFECTIVE_DATE_DESC'],
}),
new: () => ({
after: '1900-01-01 00:00:00',

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.227.9",
"version": "1.227.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.227.9",
"version": "1.227.8",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

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