You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix(api-export): Fix handling of nested object keys in API export
## Features
- Handle nested object keys by building nested objects based on key segments
- Preserve flat structure for single-segment keys that contain dots
## Bug fixes
- Fix issue where `key` variable was not properly updated in the loop
## Refactoring
- Simplify logic for handling flat vs. nested keys
- Remove unnecessary variable assignments
0 commit comments