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 slug
birthdate: dateOfBirth birthdate: dateOfBirth
age age
ageFromBirth
dateOfBirth
gender gender
avatar: avatarMedia { avatar: avatarMedia {
id id

View File

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

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.145.5", "version": "1.145.6",
"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": {