Adding Wasabi

This commit is contained in:
blaisadmin
2026-05-02 01:17:43 -04:00
parent d2d130d960
commit 1bb3002baf
9 changed files with 159 additions and 5 deletions
+3
View File
@@ -482,6 +482,9 @@ const normalizeBird = (row: BirdRow) => ({
gotchaDay: row.gotcha_day,
chartColor: row.chart_color,
photoDataUrl: row.photo_data_url,
photoObjectKey: row.photo_object_key,
photoContentType: row.photo_content_type,
photoUpdatedAt: row.photo_updated_at,
notifyOnDob: row.notify_on_dob,
notifyOnGotchaDay: row.notify_on_gotcha_day,
memorializedAt: row.memorialized_at,