mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-18 12:23:09 -06:00
Fix componentName for user directory component
This commit is contained in:
parent
49cb1b386e
commit
7dcdac3200
|
|
@ -21,7 +21,7 @@ import (
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cfg := basecomponent.ParseFlags()
|
cfg := basecomponent.ParseFlags()
|
||||||
base := basecomponent.NewBaseDendrite(cfg, "PublicRoomsAPI")
|
base := basecomponent.NewBaseDendrite(cfg, "UserDirectoryAPI")
|
||||||
defer base.Close() // nolint: errcheck
|
defer base.Close() // nolint: errcheck
|
||||||
|
|
||||||
deviceDB := base.CreateDeviceDB()
|
deviceDB := base.CreateDeviceDB()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue