Compare commits
2 Commits
48015a4c95
...
447c1d748a
Author | SHA1 | Date |
---|---|---|
|
447c1d748a | |
|
4a10887e48 |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.231.15",
|
||||
"version": "1.231.16",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.231.15",
|
||||
"version": "1.231.16",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.231.15",
|
||||
"version": "1.231.16",
|
||||
"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.includes('join.jpg')) {
|
||||
if (!source || source.includes('join.jpg')) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue