fix issues in groups members management
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 1m26s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 1m26s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user