Skip to content

Commit c514871

Browse files
ivo.liondovivo.liondov
authored andcommitted
Remove debug logs: typos fix
1 parent 8361390 commit c514871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/approov_service_flutter_httpclient.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class ApproovService {
236236
"updateConfig": "auto",
237237
"comment": _initialComment,
238238
};
239-
await _channel.invokeMethod('initialize', reinitArguments);
239+
await _channel.invokeMethod('initialize', arguments);
240240
}
241241
// set the user property to represent the framework being used
242242
// set the user property

0 commit comments

Comments
 (0)