Compare commits

..

No commits in common. "421e8d0763850c7f9e88c16788edea7a15670283" and "7fb832028e8c00f6b42c0e67d15a26697e1dfcb3" have entirely different histories.

3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.226.5",
"version": "1.226.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.226.5",
"version": "1.226.4",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.226.5",
"version": "1.226.4",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -516,7 +516,6 @@ async function addRelease(release, context) {
.first();
if (existingRelease) {
console.log(`Skipping ${release.entity.slug} release "${release.title}", already in database`);
return false;
}