mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 00:55:53 +08:00
typedInitialized was only assigned (in resetTyped) and never read, so staticcheck's U1000 (golangci `unused`) flagged it and would block the lint gate. Remove the field and its assignment. Also refresh the OrderedProps comment: the static-registry migration removed the meta_data.json natural-order machinery, so Order is now populated alphabetically (orderedKeys). The comment still claimed natural-order preservation. No behavior change.