Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions records.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"whoshub": "frdze.github.io",
"www": "katorlys.github.io/rweb.site",
"yixboost": "naslambers.synology.me"
"k6english": "jaycekphilips.github.io"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win

Add the missing comma before k6english.

Line 93 must end with a comma. Without it, records.json is invalid JSON, so index.html cannot parse the records and disables the subdomain checker.

Proposed fix
-    "yixboost": "naslambers.synology.me"
+    "yixboost": "naslambers.synology.me",
     "k6english": "jaycekphilips.github.io"
🧰 Tools
🪛 Biome (2.5.6)

[error] 94-94: expected , but instead found "k6english"

(parse)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@records.json` at line 94, Add the missing comma to the preceding record entry
before the "k6english" property in records.json, preserving valid JSON parsing
for the records consumed by index.html.

Source: Linters/SAST tools

},
"ns": {
"easyassets": [
Expand Down