idk how to plan this out

This commit is contained in:
gitGnome
2026-04-24 15:34:58 +02:00
parent 9cb05e7155
commit 635139aad2
6 changed files with 140 additions and 359 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func getHubByIdStr(ctx context.Context, hubId string) (*types.Hub, error) {
hub, ok := cache.GetHubById(hubUuid)
if !ok {
hub = types.NewHub()
hub = types.CreateHub()
hub.Id = hubUuid
if err := postgresql.GetWholeHub(ctx, hub); err != nil {
return nil, err