Fix failing CI

This commit is contained in:
Till Faelligen 2022-04-27 14:01:12 +02:00
parent a70493828a
commit 6d5d97b736
2 changed files with 2 additions and 1 deletions

1
go.mod
View file

@ -46,6 +46,7 @@ require (
github.com/pressly/goose v2.7.0+incompatible
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.14.0
github.com/tidwall/sjson v1.2.4
github.com/uber/jaeger-client-go v2.30.0+incompatible

View file

@ -23,7 +23,7 @@ import (
"github.com/matrix-org/gomatrixserverlib"
)
func NewDatabase(
func NewUserAPIDatabase(
dbProperties *config.DatabaseOptions,
serverName gomatrixserverlib.ServerName,
bcryptCost int,