comment this part to push the commit sooner
This commit is contained in:
parent
14b098bac2
commit
943a684332
4
main.go
4
main.go
|
@ -143,10 +143,10 @@ func storeInit() (e error) {
|
||||||
if e != nil {
|
if e != nil {
|
||||||
return ws(e)
|
return ws(e)
|
||||||
}
|
}
|
||||||
c.ForumActionStore, e = c.NewDefaultForumActionStore(acc)
|
/*c.ForumActionStore, e = c.NewDefaultForumActionStore(acc)
|
||||||
if e != nil {
|
if e != nil {
|
||||||
return ws(e)
|
return ws(e)
|
||||||
}
|
}*/
|
||||||
c.Convos, e = c.NewDefaultConversationStore(acc)
|
c.Convos, e = c.NewDefaultConversationStore(acc)
|
||||||
if e != nil {
|
if e != nil {
|
||||||
return ws(e)
|
return ws(e)
|
||||||
|
|
Loading…
Reference in New Issue