aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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 064ba93..fa81264 100644
--- a/main.go
+++ b/main.go
@@ -43,7 +43,7 @@ func main() {
persister := models.NewPersister(log, db)
// Registry
- registry := registry.NewRegistry(cfg, db)
+ registry := registry.NewRegistry(cfg, persister)
// Servers
var mainWg sync.WaitGroup