Updated pirsch.

This commit is contained in:
Marvin Blum
2020-06-22 15:46:43 +02:00
committed by Marvin Blum
parent 619924b4ec
commit d66babd7cf
3 changed files with 33 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ func setupTracker() {
logbuch.Fatal("Error pinging database", logbuch.Fields{"err": err})
}
tracker = pirsch.NewTracker(pirsch.NewPostgresStore(db))
tracker = pirsch.NewTracker(pirsch.NewPostgresStore(db), nil)
}
func serveAbout() http.HandlerFunc {