Skip to content

Commit

Permalink
chore: fix build break from unused debug method
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Dec 18, 2024
1 parent 8a6fe97 commit 2fddca6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/src/services/TvGuideService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,3 @@ function isProgramOffline(
constants.DEFAULT_GUIDE_STEALTH_DURATION))
);
}

function isDecimal(num) {
return num % 1 !== 0;
}

0 comments on commit 2fddca6

Please sign in to comment.