Skip to content

Commit 5eee62f

Browse files
committed
Fix
1 parent 4f8d76f commit 5eee62f

File tree

1 file changed

+2
-0
lines changed
  • backend/email/emails/functions

1 file changed

+2
-0
lines changed

backend/email/emails/functions/mock.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const sinclairProfile: ProfileRow = {
3737
pref_age_min: 18,
3838
pref_age_max: 21,
3939
religion: [],
40+
image_descriptions: {},
4041
languages: ['english'],
4142
pref_relation_styles: ['friendship'],
4243
pref_romantic_styles: ['poly', 'open', 'mono'],
@@ -145,6 +146,7 @@ export const jamesProfile: ProfileRow = {
145146
pref_age_min: 22,
146147
pref_age_max: 32,
147148
religion: [],
149+
image_descriptions: {},
148150
languages: ['english'],
149151
pref_relation_styles: ['friendship'],
150152
pref_romantic_styles: ['poly', 'open', 'mono'],

0 commit comments

Comments
 (0)