MM-24517: Add newly created channel admin role to all clients' redux state. (#14635)

* MM-24517: Add newly created channel admin role to redux state.

* MM-24517: Adds comment; fixes lint errors.
This commit is contained in:
Martin Kraft
2020-05-28 14:38:27 -04:00
committed by GitHub
parent 41ddbeb642
commit e83cc7357c
2 changed files with 9 additions and 1 deletions

View File

@@ -388,7 +388,7 @@ func (c *Client4) GetElasticsearchRoute() string {
}
func (c *Client4) GetBleveRoute() string {
return fmt.Sprintf("/bleve")
return "/bleve"
}
func (c *Client4) GetCommandsRoute() string {