mirror of
https://github.com/penpot/penpot.git
synced 2026-09-22 04:15:05 -04:00
Submit and heartbeat can land in the same millisecond, which made the strict modified-at > created-at assertion fail intermittently. Backdate modified-at before the first heartbeat so the write is always observable, keeping the strict comparison. AI-assisted-by: muse-spark-1.3-contributor