Skip to content

Commit

Permalink
Update ViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarSDagdu committed Aug 19, 2024
1 parent ae430f1 commit 18fa1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/SDBeaconScannerExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ViewController: UIViewController {
}

@IBAction func scanBeaconsTapped(_: Any) {
SDBeaconScanner.shared.getNearbyBeacons(uuid: "8A1A407A-57C4-4565-A6C8-7C9D4F2BC56B") { beacons, error in
SDBeaconScanner.shared.getNearbyBeacons(uuid: "8A1A407A-57C4-4565-A6C8-7C9D4F2BC56A") { beacons, error in
if let error = error {
print("Error: \(error)")
} else {
Expand Down

0 comments on commit 18fa1ab

Please sign in to comment.