From 785142c2c8e394cb16e76ebf14257d5ae43dc41a Mon Sep 17 00:00:00 2001
From: dsoloha <38593903+dsoloha@users.noreply.github.com>
Date: Thu, 16 Jan 2020 19:10:38 -0500
Subject: [PATCH] Reminder storyInit bugfix

---
 src/init/storyInit.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index e2b71ac1b09..ee3b1f700dc 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -468,7 +468,7 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $REReductionCheckinIDs = []>>
 <<set $activeSlave = 0>>
 <<set $activeChild = 0>>
-<<set $reminders = {entries: [], weeks: [], text: []}>>
+<<set $reminders = {entries: [], weeks: [], text: [], overdue: []}>>
 
 <<set $boomerangSlave = 0, $boomerangWeeks = 0, $boomerangBuyer = 0>>
 
-- 
GitLab