light modification
This commit is contained in:
parent
f72ceecc19
commit
e5c7dbe4cb
@ -124,7 +124,7 @@ func genericLoadAll[T DBObject](res *mgb.Cursor, code int, err error, onlyDraft
|
||||
if err = res.All(mongo.MngoCtx, &results); err != nil {
|
||||
return nil, 404, err
|
||||
}
|
||||
fmt.Println("results", results)
|
||||
fmt.Println("results", results, res)
|
||||
for _, r := range results {
|
||||
if !r.VerifyAuth(a.GetRequest()) || f(r) == nil || (onlyDraft && !r.IsDrafted()) || (!onlyDraft && r.IsDrafted()) {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user