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(phase-3): correct processing_time to store elapsed duration instead of instant
Fix processing_time field in QRInfoResult to properly capture and store elapsed
duration from start to completion of QRInfo request processing. Changed field
type from Instant to Duration and updated all usage sites to calculate elapsed
time from captured start_time.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments