Compare commits
No commits in common. "421e8d0763850c7f9e88c16788edea7a15670283" and "7fb832028e8c00f6b42c0e67d15a26697e1dfcb3" have entirely different histories.
421e8d0763
...
7fb832028e
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue