Compare commits
No commits in common. "d17dbf1b36da3bcf19481de418c1126d1499e4c5" and "d0648b5006eeeb030fbfc2a9c66cce40b13633c2" have entirely different histories.
d17dbf1b36
...
d0648b5006
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.191.3",
|
"version": "1.191.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.191.3",
|
"version": "1.191.2",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "^5.2.2",
|
"@casl/ability": "^5.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.191.3",
|
"version": "1.191.2",
|
||||||
"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": {
|
||||||
|
|
|
@ -339,8 +339,6 @@ async function writeImage(image, media, info, filepath, isProcessed) {
|
||||||
await image
|
await image
|
||||||
.webp()
|
.webp()
|
||||||
.toFile(path.join(config.media.path, filepath));
|
.toFile(path.join(config.media.path, filepath));
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isProcessed) {
|
if (isProcessed) {
|
||||||
|
|
Loading…
Reference in New Issue