mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
779a7fb688
The REGISTER_JSON template at line 3311 was getting storagePerms instead of tokenName for the tokenId field, causing 'Missing required fields' errors during auto-registration. Added tokenName parameter before storagePerms to shift all subsequent parameters. Fixes #<issue-number>