Compare commits

..

No commits in common. "fc318536aa3506eb640872482d4386772953adf8" and "240a8e86fdd3ad1fd2a1825b28d77147f77a2646" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@ -236,7 +236,7 @@ async function fetchReleaseEntities(baseReleases) {
.filter(Boolean),
));
return fetchEntitiesBySlug(entitySlugs, 'desc');
return fetchEntitiesBySlug(entitySlugs);
}
async function fetchEntity(entityId, type) {