From 9947f7b967147d22094a1d2b582bdf3676cf0790 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 11 Oct 2025 21:42:33 +0200 Subject: [PATCH] Fix --- backend/email/emails/functions/mock.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/email/emails/functions/mock.ts b/backend/email/emails/functions/mock.ts index 4eb1350f..38aac42d 100644 --- a/backend/email/emails/functions/mock.ts +++ b/backend/email/emails/functions/mock.ts @@ -102,6 +102,8 @@ export const sinclairProfile: ProfileRow = { }, ], }, + bio_text: 'the futa in futarchy', + bio_tsv: 'the futa in futarchy', age: 25, } @@ -204,5 +206,7 @@ export const jamesProfile: ProfileRow = { }, ], }, + bio_text: 'the futa in futarchy', + bio_tsv: 'the futa in futarchy', age: 32, }