Skip to content

Commit 918276b

Browse files
committed
chore: corrected deep link path in testbed
1 parent 6623c2f commit 918276b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

testbed/www/js.es6/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ function BranchDeepLink() {
180180
$android_url: "http://www.example.com/android",
181181
$ios_url: "http://www.example.com/ios",
182182
$ipad_url: "http://www.example.com/ipad",
183+
$deeplink_path: "content/123",
184+
$match_duration: 2000,
183185
more_custom: "data",
184186
even_more_custom: true,
185187
this_is_custom: 41231,

testbed/www/js/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,10 @@ function BranchDeepLink() {
182182
$android_url: "http://www.example.com/android",
183183
$ios_url: "http://www.example.com/ios",
184184
$ipad_url: "http://www.example.com/ipad",
185+
$deeplink_path: "content/123",
186+
$match_duration: 2000,
185187
more_custom: "data",
186188
even_more_custom: true,
187-
$deeplink_path: "http://deeplink.example.com/testbed",
188189
this_is_custom: 41231,
189190
this_is_date: Date.now()
190191
};

0 commit comments

Comments
 (0)