Skip to content

Commit

Permalink
fix: solve issue of type error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF committed Nov 1, 2023
1 parent f1858cf commit ce99648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private final class TrackerReflection {
NSObjectClass(name: "ATTrackingManager")
),
let methodTrackCode = (
classTracker.method(name: "TrackingAuthorizationStatus")
classTracker.method(name: "trackingAuthorizationStatus")
)
else {
return nil
Expand Down

0 comments on commit ce99648

Please sign in to comment.