mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-02 05:47:09 -05:00
Clean
This commit is contained in:
@@ -111,7 +111,7 @@ async function main() {
|
||||
create: {
|
||||
location: profile.location,
|
||||
birthYear: 2025 - profile.age,
|
||||
description: `[Dummy profile for demo purposes] ${profile.bio}`,
|
||||
description: `[Dummy profile for demo purposes]\n${profile.bio}`,
|
||||
gender: i % 2 === 0 ? 'Male' : 'Female',
|
||||
personalityType: i % 3 === 0 ? 'Extrovert' : 'Introvert',
|
||||
conflictStyle: 'Avoidant',
|
||||
|
||||
Reference in New Issue
Block a user