mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-27 18:58:23 -04:00
Make linter happy
This commit is contained in:
@@ -64,7 +64,7 @@ func (p Phoenix) getPayload() (payload []byte, err error) {
|
||||
|
||||
// provide default ocis-web options
|
||||
if p.config.Phoenix.Config.Options == nil {
|
||||
p.config.Phoenix.Config.Options = make(map[string]interface{}, 0)
|
||||
p.config.Phoenix.Config.Options = make(map[string]interface{})
|
||||
p.config.Phoenix.Config.Options["hideSearchBar"] = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user