forked from DebaucheryLibrarian/traxxx
Refactored Score.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user