mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-11 02:00:04 -04:00
90b9e06ed2
# Description of Changes Fixes the `reducers.onTransfer is not a function` error - that was old code left from the 1.x sdk. Also, regenerate the module_bindings and make sure the rust and typescript modules are identical in that respect. # Expected complexity level and risk 1 # Testing - [x] Verified that `spacetime generate --lang typescript --module-path spacetimedb --out-dir module_bindings` and `spacetime generate --lang typescript --module-path rust_module --out-dir module_bindings` give the same output. - [x] Setting `USE_SPACETIME_METRICS_ENDPOINT` to `0` no longer causes the error.