Skip to content

Commit

Permalink
feat: commenting online-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Apr 20, 2024
1 parent 1bf4a20 commit 7878963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
getNewRepacksFromCPG,
getNewRepacksFromUser,
getNewRepacksFromXatab,
getNewRepacksFromOnlineFix,
// getNewRepacksFromOnlineFix,
readPipe,
startProcessWatcher,
writePipe,
Expand Down Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion src/main/services/repack-tracker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 7878963

Please sign in to comment.