Update normalizeProfile to include wallet_address
cgen-55d97fab1c7247acad0fcd505ac997dc
This commit is contained in:
parent
96ab07ae43
commit
0e676421be
1 changed files with 1 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue