feat: commenting online-fix

This commit is contained in:
Hydra 2024-04-20 18:07:36 +01:00
parent 1bf4a20734
commit 78789632b4
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ import {
getNewRepacksFromCPG,
getNewRepacksFromUser,
getNewRepacksFromXatab,
getNewRepacksFromOnlineFix,
// getNewRepacksFromOnlineFix,
readPipe,
startProcessWatcher,
writePipe,
@ -79,9 +79,9 @@ const checkForNewRepacks = async () => {
getNewRepacksFromCPG(
existingRepacks.filter((repack) => repack.repacker === "CPG")
),
getNewRepacksFromOnlineFix(
existingRepacks.filter((repack) => repack.repacker === "onlinefix")
),
// getNewRepacksFromOnlineFix(
// existingRepacks.filter((repack) => repack.repacker === "onlinefix")
// ),
track1337xUsers(existingRepacks),
]).then(() => {
repackRepository.count().then((count) => {

View File

@ -2,4 +2,4 @@ export * from "./1337x";
export * from "./xatab";
export * from "./cpg-repacks";
export * from "./gog";
export * from "./online-fix";
// export * from "./online-fix";