aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage/storage_wasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'userapi/storage/storage_wasm.go')
-rw-r--r--userapi/storage/storage_wasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/userapi/storage/storage_wasm.go b/userapi/storage/storage_wasm.go
index 779f7756..a8e6f031 100644
--- a/userapi/storage/storage_wasm.go
+++ b/userapi/storage/storage_wasm.go
@@ -23,7 +23,7 @@ import (
"github.com/matrix-org/gomatrixserverlib"
)
-func NewDatabase(
+func NewUserAPIDatabase(
dbProperties *config.DatabaseOptions,
serverName gomatrixserverlib.ServerName,
bcryptCost int,