Skip to content

Commit 55f70e1

Browse files
DK09876claude
andcommitted
fix(docs): make integrations.json strict-valid (drop trailing comma)
The last entry had a trailing comma, so build-docs' 'Check integrations' step (strict JSON.parse) failed on main and every PR. Drop it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b8cfddd commit 55f70e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hindsight-docs/src/data/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,6 @@
519519
"category": "tool",
520520
"link": "https://github.com/yugandhar-maram/agrasandhany",
521521
"icon": "/img/icons/obsidian.svg"
522-
},
522+
}
523523
]
524524
}

0 commit comments

Comments
 (0)