Fixed wrong MindGeek session acquire URL.

This commit is contained in:
DebaucheryLibrarian
2020-09-18 03:27:00 +02:00
parent 38b90b3d4c
commit 3c9468b0f1
3 changed files with 16 additions and 9 deletions

View File

@@ -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) {