Compare commits
No commits in common. "03915110cfac71f32f9b722545e474a7a4ea6aa0" and "a3306ad4e7a281b6a8ff16a2006022b729458ed9" have entirely different histories.
03915110cf
...
a3306ad4e7
|
@ -40,7 +40,6 @@ function initActorActions(store, router) {
|
||||||
dateOfBirth
|
dateOfBirth
|
||||||
dateOfDeath
|
dateOfDeath
|
||||||
age
|
age
|
||||||
dateOfBirth
|
|
||||||
ageFromBirth
|
ageFromBirth
|
||||||
ageAtDeath
|
ageAtDeath
|
||||||
ethnicity
|
ethnicity
|
||||||
|
@ -281,7 +280,6 @@ function initActorActions(store, router) {
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
age
|
age
|
||||||
dateOfBirth
|
|
||||||
ageFromBirth
|
ageFromBirth
|
||||||
ageAtDeath
|
ageAtDeath
|
||||||
dateOfBirth
|
dateOfBirth
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.145.5",
|
"version": "1.145.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.145.5",
|
"version": "1.145.4",
|
||||||
"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": {
|
||||||
|
|
|
@ -107,7 +107,7 @@ function getMostFrequentDate(dates) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getHighest(items) {
|
function getHighest(items) {
|
||||||
return items.reduce((prevItem, item) => (item > prevItem ? item : prevItem), null);
|
return items.reduce((prevItem, item) => (item > prevItem ? item : prevItem), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getLongest(items) {
|
function getLongest(items) {
|
||||||
|
|
Loading…
Reference in New Issue