Skip to content

Commit 88b27cb

Browse files
committed
fix: updated the way the testbed changes deep links
1 parent 5875649 commit 88b27cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

testbed/www/js.es6/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ function BranchDeepLink() {
182182
$ipad_url: "http://www.example.com/ipad",
183183
more_custom: "data",
184184
even_more_custom: true,
185-
this_is_custom: 41231
185+
this_is_custom: 41231,
186+
this_is_date: Date.now()
186187
};
187188

188189
// needs a universal object

testbed/www/js/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ function BranchDeepLink() {
184184
$ipad_url: "http://www.example.com/ipad",
185185
more_custom: "data",
186186
even_more_custom: true,
187-
this_is_custom: 41231
187+
this_is_custom: 41231,
188+
this_is_date: Date.now()
188189
};
189190

190191
// needs a universal object

0 commit comments

Comments
 (0)