Skip to content

Conversation

@VojtechVitek
Copy link
Contributor

No description provided.

}

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

Choose a reason for hiding this comment

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

For some reason this didn't pick up the const, which is defined in the same file:

export const WebrpcHeader = "Webrpc"

@VojtechVitek VojtechVitek merged commit aff9214 into master Nov 7, 2025
1 check passed
@VojtechVitek VojtechVitek deleted the hotfix-for-webrpc-header-name branch November 7, 2025 10:52
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.

2 participants