mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
fix(projects): remove stray null byte from dashboardSummary sentinel
Some checks failed
Test Suite / unit-tests (push) Has been cancelled
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:
parent
9f091d7b79
commit
77f63b9348
1 changed files with 0 additions and 0 deletions
Binary file not shown.
Loading…
Add table
Reference in a new issue