Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Apr 18, 2024
1 parent 73e9dc1 commit e0279bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BugsnagUnity.m
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ void bugsnag_retrieveBreadcrumbs(const void *managedBreadcrumbs, void (*breadcru
return NULL;
}

NSDictionary *appDictionary = [NSMutableDictionary dictionary];
NSMutableDictionary *appDictionary = [NSMutableDictionary dictionary];

if (app.bundleVersion != nil) {
[appDictionary setObject:app.bundleVersion forKey:@"bundleVersion"];
Expand Down

0 comments on commit e0279bc

Please sign in to comment.