Skip to content

Commit af1f651

Browse files
noisysocksclaude
andcommitted
Add clarifying comment to stepCompleted next field
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 41d08b1 commit af1f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/onboarding/app/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @typedef {Object} StepCompleteParams
33
* Sent when a user has transitioned from a step to the next one
44
* @property {import('./types').Step['id']} id - a unique identifier for each step
5-
* @property {import('./types').Step['id'] | null} next - the step about to display, or null if this is the last step
5+
* @property {import('./types').Step['id'] | null} next - the step about to display, or null if this is the last step. In practice, always present because stepCompleted is not sent on the last step.
66
*
77
* @typedef {Object} InitResponse
88
* @property {Record<string, any>} stepDefinitions

0 commit comments

Comments
 (0)