Fix AttributeError: list has no .items() method in set_logged_table_attribute
logged_config is a list, not a dict, so iterating with .items() would crash.🤖 Generated with [Claude Code](https://claude.com/claude-code ) Co-Authored-By:Claude <noreply@anthropic.com>
Loading
Please sign in to comment