Skip to content

Commit 538d891

Browse files
committed
📝 Change the type of the IBGActionType enum
1 parent 412fad1 commit 538d891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNInstabug/RCTConvert+InstabugEnums.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ @implementation RCTConvert (InstabugEnums)
9898
@"reportBug": @(IBGActionReportBug),
9999
@"requestNewFeature": @(IBGActionRequestNewFeature),
100100
@"addCommentToFeature": @(IBGActionAddCommentToFeature)
101-
}), IBGActionAllActions, unsignedLongLongValue);
101+
}), IBGActionAllActions, integerValue);
102102

103103
RCT_ENUM_CONVERTER(IBGString, (@{
104104
@"shakeHint": @(IBGStringShakeHint),

0 commit comments

Comments
 (0)