Skip to content

Commit 27bdc93

Browse files
HeshamMegidalyezz
andauthored
📝 Linting
Co-Authored-By: alyezz <[email protected]>
1 parent 4379ae3 commit 27bdc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Classes/InstabugFlutterPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result {
3030
[inv setSelector:method];
3131
[inv setTarget:[InstabugFlutterPlugin class]];
3232
int index = 2;
33-
NSDictionary *myDict = call.arguments;
33+
NSDictionary *argumentsDictionary = call.arguments;
3434
for(id key in myDict) {
3535
NSObject *arg = [myDict objectForKey:key];
3636
[inv setArgument:&(arg) atIndex:index];

0 commit comments

Comments
 (0)