Skip to content

Commit 2a70f3f

Browse files
committed
chore: downgrade-node
1 parent 64268a2 commit 2a70f3f

3 files changed

Lines changed: 2 additions & 19 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24
1+
22

e2e/journey-app/main.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,14 @@ if (searchParams.get('middleware') === 'true') {
4848
];
4949
}
5050

51-
5251
(async () => {
5352
const journeyClient = await journey({ config: config, requestMiddleware });
5453

5554
const errorEl = document.getElementById('error') as HTMLDivElement;
5655
const formEl = document.getElementById('form') as HTMLFormElement;
5756
const journeyEl = document.getElementById('journey') as HTMLDivElement;
5857

59-
<<<<<<< HEAD
60-
let step = await journeyClient.start({
61-
journey: searchParams.get('journey') || '',
62-
query: { noSession: searchParams.get('no-session') || 'false' },
63-
});
64-
=======
6558
let step = await journeyClient.start({ journey: tree });
66-
>>>>>>> f200156aa (chore: setup-tests-normalize-config)
6759

6860
function renderComplete() {
6961
if (step?.type !== 'LoginSuccess') {

pnpm-lock.yaml

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)