Skip to content

Commit

Permalink
Merge pull request #9 from lorenc-tomasz/bugfix/fix-typo
Browse files Browse the repository at this point in the history
[iOS] Fix `witchCachedQueue` typo inside `ReactNativeMatomo.swift` file
  • Loading branch information
mav10 authored Jul 4, 2024
2 parents 1aa6d29 + 8648b12 commit 7e2c463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ReactNativeMatomo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ReactNativeMatomo: NSObject {

var tracker: MatomoTracker!

@objc(initialize:withId:witchCachedQueue:withResolver:withRejecter:)
@objc(initialize:withId:withCachedQueue:withResolver:withRejecter:)
func initialize(
url:String,
id:NSNumber,
Expand Down

0 comments on commit 7e2c463

Please sign in to comment.