We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8d76f commit 5eee62fCopy full SHA for 5eee62f
backend/email/emails/functions/mock.ts
@@ -37,6 +37,7 @@ export const sinclairProfile: ProfileRow = {
37
pref_age_min: 18,
38
pref_age_max: 21,
39
religion: [],
40
+ image_descriptions: {},
41
languages: ['english'],
42
pref_relation_styles: ['friendship'],
43
pref_romantic_styles: ['poly', 'open', 'mono'],
@@ -145,6 +146,7 @@ export const jamesProfile: ProfileRow = {
145
146
pref_age_min: 22,
147
pref_age_max: 32,
148
149
150
151
152
0 commit comments