Compare commits
No commits in common. "447c1d748a5cdf68b7d087135490ea03e7192e8f" and "48015a4c9566d2f8f96e57e04f189e2a30b3063c" have entirely different histories.
447c1d748a
...
48015a4c95
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.231.16",
|
||||
"version": "1.231.15",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.231.16",
|
||||
"version": "1.231.15",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.231.16",
|
||||
"version": "1.231.15",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -7,7 +7,7 @@ const { feetInchesToCm } = require('../utils/convert');
|
|||
const imageRegex = /-\dx.jpg/;
|
||||
|
||||
function getFallbacks(source) {
|
||||
if (!source || source.includes('join.jpg')) {
|
||||
if (source.includes('join.jpg')) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue