From ee82e78d5cf9165d02a8fe3fa6d2a9d2da165301 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 30 Nov 2023 12:47:40 -0800 Subject: Fix missing export in e2e version --- src/state/shell/reminders.e2e.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/state/shell/reminders.e2e.ts') diff --git a/src/state/shell/reminders.e2e.ts b/src/state/shell/reminders.e2e.ts index 4bd11bf0a..e8c12792a 100644 --- a/src/state/shell/reminders.e2e.ts +++ b/src/state/shell/reminders.e2e.ts @@ -1,3 +1,5 @@ +export function init() {} + export function shouldRequestEmailConfirmation() { return false } -- cgit 1.4.1