Compare commits
No commits in common. "5e7741afe8874a9a0228bd524d479ff9436dc0df" and "03915110cfac71f32f9b722545e474a7a4ea6aa0" have entirely different histories.
5e7741afe8
...
03915110cf
|
@ -46,8 +46,6 @@ const actorFields = `
|
|||
slug
|
||||
birthdate: dateOfBirth
|
||||
age
|
||||
ageFromBirth
|
||||
dateOfBirth
|
||||
gender
|
||||
avatar: avatarMedia {
|
||||
id
|
||||
|
|
|
@ -131,7 +131,6 @@ function initReleasesActions(store, router) {
|
|||
name
|
||||
slug
|
||||
age
|
||||
ageFromBirth
|
||||
dateOfBirth
|
||||
birthCountry: countryByBirthCountryAlpha2 {
|
||||
alpha2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.145.6",
|
||||
"version": "1.145.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.145.6",
|
||||
"version": "1.145.5",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue