Skip to content

feat: Allow reassignment of responseHeaders#34

Open
pf-sjtu wants to merge 1 commit intoZibri:masterfrom
pf-sjtu:fix-const-reassignment-error
Open

feat: Allow reassignment of responseHeaders#34
pf-sjtu wants to merge 1 commit intoZibri:masterfrom
pf-sjtu:fix-const-reassignment-error

Conversation

@pf-sjtu
Copy link

@pf-sjtu pf-sjtu commented Nov 21, 2025

The responseHeaders variable was initially declared as a const, but it was later reassigned, causing a build failure. This change updates the declaration to let, enabling the necessary reassignment and resolving the build error.

The `responseHeaders` variable was initially declared as a `const`, but it was later reassigned, causing a build failure. This change updates the declaration to `let`, enabling the necessary reassignment and resolving the build error.
@Jediweirdo
Copy link

Jediweirdo commented Dec 22, 2025

Pull Request #24 fixes this as well. And #29, I think

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