Compare commits
No commits in common. "d17dbf1b36da3bcf19481de418c1126d1499e4c5" and "d0648b5006eeeb030fbfc2a9c66cce40b13633c2" have entirely different histories.
d17dbf1b36
...
d0648b5006
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.191.3",
|
||||
"version": "1.191.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.191.3",
|
||||
"version": "1.191.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.191.3",
|
||||
"version": "1.191.2",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -339,8 +339,6 @@ async function writeImage(image, media, info, filepath, isProcessed) {
|
|||
await image
|
||||
.webp()
|
||||
.toFile(path.join(config.media.path, filepath));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (isProcessed) {
|
||||
|
|
Loading…
Reference in New Issue