Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 5e7741afe8 1.145.6 2020-12-17 03:48:43 +01:00
DebaucheryLibrarian aa8f1bb6be Fixed age query for release details. 2020-12-17 03:48:38 +01:00
4 changed files with 5 additions and 2 deletions

View File

@ -46,6 +46,8 @@ const actorFields = `
slug
birthdate: dateOfBirth
age
ageFromBirth
dateOfBirth
gender
avatar: avatarMedia {
id

View File

@ -131,6 +131,7 @@ function initReleasesActions(store, router) {
name
slug
age
ageFromBirth
dateOfBirth
birthCountry: countryByBirthCountryAlpha2 {
alpha2

2
package-lock.json generated
View File

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

View File

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