Fix initializing metrics
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-10-10 15:04:20 +02:00
parent 6294c57704
commit c519df786c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func InitStorage() {
case "redis":
store = redis.NewStorage()
case "memory":
fallthrough
default:
store = memory.NewStorage()
}