Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Apr 22, 2024
1 parent 1cdb2b2 commit 1ca0b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ - (void)stopObserving {
__typeof(weakSelf) strongSelf = weakSelf;
if (strongSelf.hasObservers) {
NSDictionary *eventDictionary = [RNLinksdk dictionaryFromEvent:event];
[strongSelf sendEventWithName:kRNLinkKitOnEventEvent
[strongSelf sendEventWithName:kRNLinkKitOnEventEvent
body:eventDictionary];

// If this is the HANDOFF event.
Expand Down

0 comments on commit 1ca0b70

Please sign in to comment.