fix: ocs config was connected incorrectly

This commit is contained in:
Michael Barz
2024-04-10 17:08:31 +02:00
parent 28b95304dd
commit 8d1ba0244c
6 changed files with 5 additions and 10 deletions
+2 -1
View File
@@ -339,7 +339,8 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
"productversion": version.GetString(),
},
},
"include_ocm_sharees": cfg.OCS.IncludeOCMSharees,
"include_ocm_sharees": cfg.OCS.IncludeOCMSharees,
"show_email_in_results": cfg.OCS.ShowUserEmailInResults,
},
},
},