Update normalizeProfile to include wallet_address

cgen-55d97fab1c7247acad0fcd505ac997dc
This commit is contained in:
Builder.io 2025-11-15 01:35:43 +00:00
parent 96ab07ae43
commit 0e676421be

View file

@ -65,6 +65,7 @@ const normalizeProfile = (
(row as any)?.longest_streak ??
Math.max((row as any)?.current_streak ?? 0, 0),
last_streak_at: (row as any)?.last_streak_at ?? null,
wallet_address: (row as any)?.wallet_address ?? null,
});
const ensureDailyStreakForProfile = async (