Fixed indentation.
This commit is contained in:
@@ -77,7 +77,7 @@ async function fetchClassicProfile(actorName, { site }) {
|
||||
|
||||
const actorPath = pornstarsRes.item.qa('option[value*="/pornstar"]')
|
||||
.find(el => slugify(el.textContent) === actorSlug)
|
||||
?.value;
|
||||
?.value;
|
||||
|
||||
if (actorPath) {
|
||||
const actorUrl = `${site.url}${actorPath}`;
|
||||
|
||||
Reference in New Issue
Block a user