From b7ad62054bbd39b39491d0af11e219dfc9b7f16e Mon Sep 17 00:00:00 2001 From: null Date: Tue, 30 Jun 2026 18:14:48 -0500 Subject: [PATCH] feat(date-memories): export onDateHistoryCreated and onDateReflectionWritten from index --- functions/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/src/index.ts b/functions/src/index.ts index 1b098388..61c59cc9 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -25,6 +25,8 @@ export { sendStreakReminder } from './notifications/streakReminder' export { sendReengagementReminder } from './notifications/reengagement' export { checkDeviceIntegrity } from './security/checkDeviceIntegrity' export { notifyOnDateMatch } from './dates/createDateMatch' +export { onDateReflectionWritten } from './dates/onDateReflectionWritten' +export { onDateHistoryCreated } from './dates/onDateHistoryCreated' export { assignDailyQuestion, assignDailyQuestionCallable,