Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix: encode sessionID (DX-2369) (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
DecathectZero authored Sep 17, 2024
1 parent 6503744 commit 4eedf91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
default: false

orbs:
vfcommon: voiceflow/common@0.48.0
vfcommon: voiceflow/common@0.82.0
sonarcloud: sonarsource/[email protected]

defaults:
Expand Down
2 changes: 0 additions & 2 deletions packages/sdk-runtime/src/runtime/runtime.service.public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class PublicRuntimeService extends RuntimeService {
method: 'POST',
body: { action, config },
headers: {
sessionID,
...(versionID && { versionID }),
},
}
Expand All @@ -41,7 +40,6 @@ export class PublicRuntimeService extends RuntimeService {
method: 'POST',
body,
headers: {
sessionID,
...(versionID && { versionID }),
},
});
Expand Down

0 comments on commit 4eedf91

Please sign in to comment.