fix issues in groups members management
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 1m26s

This commit is contained in:
2024-11-21 23:11:59 +01:00
parent dd30d7959b
commit d46f62d92a
5 changed files with 136 additions and 149 deletions

View File

@@ -100,7 +100,6 @@ func (h *APIHandler) CalendarOrganizations(w http.ResponseWriter, r *http.Reques
for _, e := range events {
for _, g := range e.Owners {
log.Debug().Str("groupid", groupid).Str("g", g).Msg("check identical")
if g == groupid {
filteredEvents = append(filteredEvents, e)
continue