Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5273fc5

Browse files
alyezzAli Abdelfattah
and
Ali Abdelfattah
authored
Update ios/RNInstabug/InstabugReactBridge.m
Co-authored-by: Ali Abdelfattah <[email protected]>
1 parent c01395e commit 5273fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInstabug/InstabugReactBridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ - (dispatch_queue_t)methodQueue {
255255
@try {
256256
callback(@[[Instabug userAttributeForKey:key]]);
257257
} @catch (NSException *exception) {
258-
callback(nil);
258+
callback(@[[NSNull null]]);
259259
}
260260
}
261261

0 commit comments

Comments
 (0)