Compare commits
No commits in common. "5e7741afe8874a9a0228bd524d479ff9436dc0df" and "03915110cfac71f32f9b722545e474a7a4ea6aa0" have entirely different histories.
5e7741afe8
...
03915110cf
|
@ -46,8 +46,6 @@ const actorFields = `
|
||||||
slug
|
slug
|
||||||
birthdate: dateOfBirth
|
birthdate: dateOfBirth
|
||||||
age
|
age
|
||||||
ageFromBirth
|
|
||||||
dateOfBirth
|
|
||||||
gender
|
gender
|
||||||
avatar: avatarMedia {
|
avatar: avatarMedia {
|
||||||
id
|
id
|
||||||
|
|
|
@ -131,7 +131,6 @@ function initReleasesActions(store, router) {
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
age
|
age
|
||||||
ageFromBirth
|
|
||||||
dateOfBirth
|
dateOfBirth
|
||||||
birthCountry: countryByBirthCountryAlpha2 {
|
birthCountry: countryByBirthCountryAlpha2 {
|
||||||
alpha2
|
alpha2
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue