shuffle-shared bump

This commit is contained in:
yashsinghcodes
2026-04-09 19:14:58 +05:30
parent fb17589781
commit a163375662
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/h2non/filetype v1.1.3
github.com/satori/go.uuid v1.2.0
github.com/shuffle/shuffle-shared v1.2.9
github.com/shuffle/shuffle-shared v1.2.24
github.com/shuffle/singul v0.0.29
golang.org/x/crypto v0.45.0
google.golang.org/api v0.236.0
+1 -1
View File
@@ -893,7 +893,7 @@ func handleInfo(resp http.ResponseWriter, request *http.Request) {
childOrgs := []shuffle.Org{}
if len(org.CreatorOrg) > 0 {
childOrgs, err = shuffle.GetAllChildOrgs(ctx, org.CreatorOrg)
childOrgs, _, err = shuffle.GetAllChildOrgs(ctx, org.CreatorOrg)
if err != nil {
log.Printf("[ERROR] Failed to get child orgs during getinfo: %s", err)
childOrgs = []shuffle.Org{}