fix(projects): remove stray null byte from dashboardSummary sentinel
Some checks failed
Test Suite / unit-tests (push) Has been cancelled

UNASSIGNED_KEY was written as "\x00unassigned" — the leading NUL was an
editing artifact, and it forced git to store dashboardSummary.ts as a
binary blob. That file is the fold #419 and #422 are meant to read, so it
needs to render as a reviewable text diff.

The key is an internal map bucket for work orders with no contractor
(contractorOrganisationId is a numeric-id string, never the literal
"unassigned"), so dropping the NUL changes no behaviour.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-22 08:23:23 +00:00
parent 9f091d7b79
commit 77f63b9348

Binary file not shown.