Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 0e846bec3f 1.231.4 2023-07-25 05:17:33 +02:00
DebaucheryLibrarian ba376fa074 Getting last showcased batch for new label. 2023-07-25 05:17:30 +02:00
3 changed files with 8 additions and 4 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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