Skip to content

Commit 4b587e2

Browse files
committed
Test again
1 parent 5983e48 commit 4b587e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v1-to-v2-data-migration/fetch-and-transform.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"// Support command line arguments when running as a script\n",
1414
"const RECORD_ID = Deno?.args?.[0] || DEFAULT_RECORD_ID;\n",
1515
"const domain = Deno?.args?.[1] || 'localhost';\n",
16-
"const GATEWAY = `http://${domain.includes('localhost') ? domain : `gateway.${domain}`}`;\n",
17-
"const REGISTER_APP = `http://${domain.includes('localhost') ? domain : `register.${domain}`}`;\n"
16+
"const GATEWAY = `http://${domain.includes('localhost') ? `${domain}:7070` : `gateway.${domain}`}`;\n",
17+
"const REGISTER_APP = `http://${domain.includes('localhost') ? `${domain}:3000` : `register.${domain}`}`;\n"
1818
]
1919
},
2020
{

0 commit comments

Comments
 (0)