Added agency property.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user