about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-11-30 12:47:40 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-11-30 12:47:40 -0800
commitee82e78d5cf9165d02a8fe3fa6d2a9d2da165301 (patch)
tree588b5091a69a760b47a885302f3ff83dd5ba45fb
parentfcd22d4ccb0718db1c9b64fccd90a8bfe3e885d4 (diff)
downloadvoidsky-ee82e78d5cf9165d02a8fe3fa6d2a9d2da165301.tar.zst
Fix missing export in e2e version
-rw-r--r--src/state/shell/reminders.e2e.ts2
1 files changed, 2 insertions, 0 deletions
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
 }