fix(settings): drop stale 3rd arg from RMM delete_lookup calls (MAPPS-224) #237
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/mapps-rmm-delete-lookup-arity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the long-standing check.yml compile failure (MAPPS-224, red since the MAPPS-189 + MAPPS-199 merges). delete_lookup is (id, base) after MAPPS-189 moved confirmation into the modal, but the three RMM call sites still passed a 3rd label arg -> E0061 x3 on
cargo check --target wasm32-unknown-unknown. Removed the unused arg at all three sites.Verified in-container (
just pre-commit): fmt + clippy -D warnings + wasm check + unit tests all green.Fixes MAPPS-224 (and the follow-on CI-failure dups MAPPS-226/227/228).