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