Commit 9e063ec
committed
fix: add missing closing brace for batchGetChangelog function
The batchGetChangelog function was missing its closing `}`, causing
`export` statements to appear inside the function body. This made
jiti/define-config-ts fail with a ParseError when loading any
valaxy.config.ts that imports this addon, which in turn caused the
user's theme config to be silently ignored (falling back to the
default theme).1 parent 4788ec2 commit 9e063ec
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments