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 to prevent reassignment error for sandbox result (#1067)
In the sandbox/sandbox example, a variable `result` is created as a const, but it's attempted to be reassigned later in the code. This changeset just changes the `result` variable to be a reassignable variable instead.
- Loading branch information