Skip to content

Commit d99eeb1

Browse files
vayungodaraclaude
andcommitted
fix: export useStreakFreeze alias from streaks-advanced
DailySummaryCard imports useStreakFreeze but the function is named applyStreakFreeze. Add a named re-export to fix the CI build failure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 61a7665 commit d99eeb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/streaks-advanced.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export async function checkStreakAtRisk(supabase, userId) {
7272
*
7373
* On success: decrements pool, sets last_activity_date to today (saves streak).
7474
*/
75+
export { applyStreakFreeze as useStreakFreeze };
7576
export async function applyStreakFreeze(supabase) {
7677
try {
7778
const { data: authData } = await supabase.auth.getUser();

0 commit comments

Comments
 (0)