From 943a68433299ae062103d8102362e8431e6be4a4 Mon Sep 17 00:00:00 2001 From: Azareal Date: Wed, 7 Apr 2021 14:23:26 +1000 Subject: [PATCH] comment this part to push the commit sooner --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 2d5ad60f..7ef024c2 100644 --- a/main.go +++ b/main.go @@ -143,10 +143,10 @@ func storeInit() (e error) { if e != nil { return ws(e) } - c.ForumActionStore, e = c.NewDefaultForumActionStore(acc) + /*c.ForumActionStore, e = c.NewDefaultForumActionStore(acc) if e != nil { return ws(e) - } + }*/ c.Convos, e = c.NewDefaultConversationStore(acc) if e != nil { return ws(e)