Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use let instead of const for let tags on the server
This resolves the issue where we could reassign const variables if the let variable was modified in callback functions.
- Loading branch information