forked from DebaucheryLibrarian/traxxx
Fixed wrong MindGeek session acquire URL.
This commit is contained in:
@@ -19,7 +19,7 @@ function curateEntity(entity, includeParameters = false) {
|
||||
slug: entity.slug,
|
||||
type: entity.type,
|
||||
parameters: includeParameters ? entity.parameters : null,
|
||||
parent: curateEntity(entity.parent),
|
||||
parent: curateEntity(entity.parent, includeParameters),
|
||||
} : {};
|
||||
|
||||
if (entity.children) {
|
||||
|
||||
Reference in New Issue
Block a user