Compare commits

..

No commits in common. "5e7741afe8874a9a0228bd524d479ff9436dc0df" and "03915110cfac71f32f9b722545e474a7a4ea6aa0" have entirely different histories.

4 changed files with 2 additions and 5 deletions

View File

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

View File

@ -131,7 +131,6 @@ 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.6", "version": "1.145.5",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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