aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorKushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com>2021-11-10 16:14:34 -0400
committerFChannel <>2022-06-19 12:53:29 -0700
commitd1c8716c3e1eebde7e028ff675120854320a714a (patch)
treeae9fb90fdaeff47386975fed70eb60c8c75fdc0a /main.go
parentf1f2044c2f2bc24ea2a08c58b4517e1e07f4039c (diff)
index is visible
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5025832..02beaf4 100644
--- a/main.go
+++ b/main.go
@@ -77,7 +77,7 @@ func main() {
//name, prefname, summary, auth requirements, restricted
if config.InstanceName != "" {
if _, err = db.CreateNewBoardDB(*CreateNewActor("", config.InstanceName, config.InstanceSummary, authReq, false)); err != nil {
- panic(err)
+ //panic(err)
}
if config.PublicIndexing == "true" {