Skip to content

Commit

Permalink
try enable SOChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 27, 2024
1 parent d1cef20 commit 5a6758d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "0b9fdd9fe8027b58e9b83667ac3d0fae379060c3e93af701683623c7cb721f26",
"originHash" : "0b3218e7c17a00767ce49e066ff4020da674300aa6fc271b8e535b7bc2c70b16",
"pins" : [
{
"identity" : "async-http-client",
Expand Down
4 changes: 0 additions & 4 deletions Sources/Penny/SOChecker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ 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 5a6758d

Please sign in to comment.