aboutsummaryrefslogtreecommitdiff
path: root/cmd/server/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/server/main.go')
-rw-r--r--cmd/server/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/server/main.go b/cmd/server/main.go
index 473bed9..0fa5fea 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -135,7 +135,6 @@ func main() {
defer stop()
pool.Start(ctx)
- pool.Wait()
}
func OpenDatabase(dbType string, dbConn string) (gorm.Dialector, error) {