Skip to content

Commit ad972a4

Browse files
committed
Add Entity Resolution Basics follow in JS
1 parent b934b86 commit ad972a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascriptv3/example_code/entityresolution/scenarios/entity-resolution-basics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const skipWhenErrors = (state) => state.errors.length > 0;
6969
*/
7070
/* v8 ignore next 3 */
7171
const pressEnter = new ScenarioInput("continue", "Press Enter to continue", {
72-
type: "confirm",
72+
type: "input",
7373
verbose: "false",
7474
skipWhen: skipWhenErrors,
7575
});

0 commit comments

Comments
 (0)