Commit 8ad9fb2
committed
fix(wasm-worker): remove duplicate paramBindings serialization in wasm-worker-entry (#1331)
paramBindings was serialized twice (lines 808 and 826 in the original code).
The second spread was a no-op since it overwrites the first with the same
value, but the duplicate caused confusion and was flagged in the Greptile
review as evidence of an incomplete field migration.1 parent 6e87234 commit 8ad9fb2
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
826 | | - | |
827 | 826 | | |
828 | 827 | | |
829 | 828 | | |
| |||
0 commit comments