Skip to content

Commit

Permalink
Add semicolon to userObserverCallbackId declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla committed Jan 12, 2024
1 parent c9092ab commit 3d74e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/OneSignalPush.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
NSString* inAppMessageWillDismissCallbackId;
NSString* inAppMessageDidDismissCallbackId;
NSString* inAppMessageClickedCallbackId;
NSString* userObserverCallbackId
NSString* userObserverCallbackId;

OSNotificationClickEvent *actionNotification;
OSNotification *notification;
Expand Down

0 comments on commit 3d74e68

Please sign in to comment.