fix(frontend): progress 'provisional' is a text column, compare explicitly #3

Merged
mane merged 1 commit from fix/progress-provisional-string into main 2026-06-28 07:34:52 +00:00
Owner

Runtime check revealed the backend returns provisional as the string
'true'/'false' (text column, consumer writes String(!official)). The old
truthy check rendered 'false' as provisional (non-empty string is truthy).
Compare === 'true'.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

Runtime check revealed the backend returns provisional as the string 'true'/'false' (text column, consumer writes String(!official)). The old truthy check rendered 'false' as provisional (non-empty string is truthy). Compare === 'true'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fix(frontend): progress 'provisional' is a text column, compare explicitly
Some checks failed
CI / quality (pull_request) Failing after 19s
5ca8ce6937
Runtime check revealed the backend returns provisional as the string
'true'/'false' (text column, consumer writes String(!official)). The old
truthy check rendered 'false' as provisional (non-empty string is truthy).
Compare === 'true'.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
mane merged commit bb064915a9 into main 2026-06-28 07:34:52 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mane/dev-platform!3
No description provided.