fix(data): correct JSON syntax error in services.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
Added a missing comma to fix JSON format, preventing potential parsing errors that could affect the loading of service configurations.
This commit is contained in:
parent
50449b80ec
commit
7119b790db
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@
|
|||
"icon": "hard-hat",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nocdnbs",
|
||||
"url": "https://nocdnbs.private.coffee",
|
||||
|
|
Loading…
Reference in a new issue