Compare commits

..

No commits in common. "0e846bec3f356376524d626be2bfa05a71c0388a" and "d1b54dc2c5f91c57a5bb4d98e87502b4ff88c85e" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View File

@ -673,11 +673,7 @@ const releaseFragment = `
`;
const batchFragment = `
batches(
first: 1,
orderBy: CREATED_AT_DESC,
filter: { showcased: { equalTo: true } }
) {
batches(first: 1, orderBy: CREATED_AT_DESC) {
id
}
`;

4
package-lock.json generated
View File

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

View File

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