We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af310bb commit f03bad9Copy full SHA for f03bad9
ios/RNInstabug/RNInstabug.m
@@ -61,9 +61,8 @@ + (void)setCodePushVersion:(NSString *)codePushVersion {
61
[Instabug setCodePushVersion:codePushVersion];
62
}
63
64
-+ (void)setOverAirVersion:(NSDictionary *)overAirVersion {
65
- IBGOverAirType service = [ArgsRegistry.overAirServices[overAirVersion[@"service"]] intValue];
66
- [Instabug setOverAirVersion:overAirVersion[@"version"] withType:service];
++ (void)setOverAirVersion:(NSDictionary *)overAirVersion {
+ [Instabug setOverAirVersion:overAirVersion[@"version"] withType:[overAirVersion[@"service"] intValue]];
67
68
69
0 commit comments