mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-06-13 11:30:04 -05:00
Fix build due to bad keyserver import
This commit is contained in:
parent
7b078ed8e3
commit
8755674575
|
|
@ -19,7 +19,7 @@ import (
|
|||
"net/url"
|
||||
|
||||
"github.com/matrix-org/dendrite/internal/sqlutil"
|
||||
"github.com/matrix-org/dendrite/userapi/storage/accounts/sqlite3"
|
||||
"github.com/matrix-org/dendrite/keyserver/storage/sqlite3"
|
||||
)
|
||||
|
||||
func NewDatabase(
|
||||
|
|
|
|||
Loading…
Reference in a new issue