Refactored Score.

This commit is contained in:
DebaucheryLibrarian
2026-01-15 04:53:31 +01:00
parent 003aff49f9
commit 37275f8930
10 changed files with 1200 additions and 188 deletions

View File

@@ -36,7 +36,7 @@ function curateEntity(entity, includeParameters = false) {
id: entity.id,
name: entity.name,
url: entity.url,
origin: new URL(entity.url).origin,
origin: entity.url && new URL(entity.url).origin,
description: entity.description,
slug: entity.slug,
type: entity.type,