Skip to content

Commit 9ec8fcb

Browse files
committed
minor testbed fix
1 parent b5ebbc1 commit 9ec8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-TestBed/Branch-TestBed/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ - (IBAction)createBranchLinkButtonTouchUpInside:(id)sender {
6666
linkProperties.feature = feature;
6767
linkProperties.channel = channel;
6868
[linkProperties addControlParam:@"$desktop_url" withValue: desktop_url];
69-
[linkProperties addControlParam:@"$ios_url" withValue: channel];
69+
[linkProperties addControlParam:@"$ios_url" withValue: ios_url];
7070

7171
[self.branchUniversalObject getShortUrlWithLinkProperties:linkProperties andCallback:^(NSString *url, NSError *error) {
7272
[self.branchLinkTextField setText:url];

0 commit comments

Comments
 (0)