app/server: add userservice to the service map (#20296)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-05-27 14:40:24 +03:00
коммит произвёл GitHub
родитель 8e12d81f16
Коммит 70610a9c96

Просмотреть файл

@@ -93,6 +93,7 @@ const (
ClusterKey ServiceKey = "cluster"
PostKey ServiceKey = "post"
TeamKey ServiceKey = "team"
UserKey ServiceKey = "user"
PermissionsKey ServiceKey = "permissions"
)
@@ -393,6 +394,7 @@ func NewServer(options ...Option) (*Server, error) {
FilestoreKey: s.filestore,
ClusterKey: s.clusterWrapper,
TeamKey: s.teamService,
UserKey: s.userService,
}
// Step 8: Initialize products.