Skip to content

Conversation

@VojtechVitek
Copy link
Contributor

Fixes regression from #39

Copy link
Contributor

@AlexanderKolberg AlexanderKolberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pkieltyka pkieltyka merged commit b83464d into master Nov 7, 2025
1 check failed
@pkieltyka pkieltyka deleted the fix-webrpc-client-header-should-be-enabl branch November 7, 2025 10:03

const createHttpRequest = (body: string = '{}', headers: object = {}, signal: AbortSignal | null = null): object => {
const reqHeaders: { [key: string]: string } = { ...headers, 'Content-Type': 'application/json' }
const reqHeaders: { [key: string]: string } = { ...headers, 'Content-Type': 'application/json', WebrpcHeader: WebrpcHeaderValue }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code is incorrect here ... we're using the key "WebrpcHeader"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants