Skip to content

Commit

Permalink
Disable SOChecker again
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 27, 2024
1 parent 5a6758d commit 4f95681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Penny/SOChecker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ actor SOChecker {
}

nonisolated func run() {
#if !DEBUG
/// Cloudflare seems to be blocking us although we have an auth token.
return
#endif
Task { [self] in
if Task.isCancelled { return }
do {
Expand Down

0 comments on commit 4f95681

Please sign in to comment.