Commit 665beca
Fix JSON syntax error in diagram.json - remove trailing comma
- Remove trailing comma after last element in connections array (line 17)
- Trailing commas are not valid in JSON
- Fixes "SyntaxError: Unexpected token ']'" error from Wokwi CLI
- JSON is now valid and should parse correctly
Co-authored-by: softhack007 <[email protected]>1 parent 4011ec3 commit 665beca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments