Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2b11a56

Browse files
authored
Rename duplicate var
1 parent a65cd23 commit 2b11a56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/prostore/certificates/certChecker.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,11 @@ static func parseHTML(html: String) -> [String: Any] {
412412
log("Fallback: Found 🔴 indicator")
413413
}
414414

415-
var data: [String: Any] = ["overall_status": overallStatus]
415+
var fallbackData: [String: Any] = ["overall_status": overallStatus]
416416

417417
log("=== parseHTML() Completed with Fallback ===")
418418

419-
return data
419+
return fallbackData
420420
}
421421

422422
// MARK: - Main Check Function

0 commit comments

Comments
 (0)