Skip to content

Commit

Permalink
Forgot semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
droplessjake committed Aug 11, 2022
1 parent ae1b138 commit ea06144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/RNZendeskMessaging.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ @implementation RNZendeskMessaging
dispatch_sync(dispatch_get_main_queue(), ^{
UIViewController *reactController = RCTPresentedViewController();
[reactController presentViewController:zendeskController animated:YES completion:nil];
})
});
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dropless/react-native-zendesk-messaging",
"version": "0.0.14",
"version": "0.0.15",
"description": "React Native wrapper for the Zendesk Messaging SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ea06144

Please sign in to comment.