Skip to content

fix(docs): remove trailing comma from JSON response example in agent-builder-codes#1314

Open
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/trailing-comma-builder-codes-response
Open

fix(docs): remove trailing comma from JSON response example in agent-builder-codes#1314
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/trailing-comma-builder-codes-response

Conversation

@ygd58
Copy link
Copy Markdown

@ygd58 ygd58 commented Apr 14, 2026

Closes #1313.

The response example contained a trailing comma making it invalid JSON.

// Before (invalid)
{
  "builderCode": "bc_a1b2c3d4",
  "walletAddress": "0x...",
}

// After (valid)
{
  "builderCode": "bc_a1b2c3d4",
  "walletAddress": "0x..."
}

Verified against the actual API — real response has no trailing comma.

@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@ygd58
Copy link
Copy Markdown
Author

ygd58 commented Apr 14, 2026

@roethke @soheimam Could you please review this PR? The JSON response example in agent-builder-codes had a trailing comma making it invalid JSON. Single line fix. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(docs): remove trailing comma from JSON response example in agent-builder-codes

2 participants