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
refactor(spp_audit): use isinstance for Markup checks, simplify loops
Replace fragile str(type(...)) comparisons with isinstance(value, Markup)
and restructure sanitization loops to iterate each record's items directly
instead of extracting keys from the first record.
Addresses gemini-code-assist review feedback on PR #138.
0 commit comments