debug
This commit is contained in:
parent
599a614480
commit
6042d47700
@ -212,6 +212,7 @@ func genericLoadAll[T DBObject](res *mgb.Cursor, code int, err error, f func(DBO
|
||||
if err = res.All(mongo.MngoCtx, &results); err != nil {
|
||||
return nil, 404, err
|
||||
}
|
||||
fmt.Println("results 1", res, results)
|
||||
for _, r := range results {
|
||||
fmt.Println("results", r.VerifyAuth(a.GetPeerID(), a.GetGroups()))
|
||||
if !r.VerifyAuth(a.GetPeerID(), a.GetGroups()) {
|
||||
|
Loading…
Reference in New Issue
Block a user