From 5f5f7508e27376130b51e3ab710a80ddff4cdc21 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 23 Oct 2024 00:01:34 +0200 Subject: [PATCH] Added agency property. --- actors.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actors.mjs b/actors.mjs index b291d22..f1794ba 100644 --- a/actors.mjs +++ b/actors.mjs @@ -99,6 +99,7 @@ function curateProfileEntry(profile) { has_piercings: profile.hasPiercings, piercings: profile.piercings, tattoos: profile.tattoos, + agency: profile.agency, blood_type: profile.bloodType, avatar_media_id: profile.avatarMediaId || null, }; @@ -202,6 +203,7 @@ export async function interpolateProfiles(actorIdsOrNames, context) { 'eyes', 'has_tattoos', 'has_piercings', + 'agency', 'blood_type', ].reduce((acc, property) => ({ ...acc,