Comment out broken category code for now
This commit is contained in:
parent
17e35bf557
commit
1d9ad49db4
|
@ -93,9 +93,11 @@ func GetCategoryUrls(ctx context.Context, conn *pgxpool.Pool, cats ...*Category)
|
||||||
|
|
||||||
// TODO(inarray)!!!!!
|
// TODO(inarray)!!!!!
|
||||||
|
|
||||||
for _, cat := range cats {
|
//for _, cat := range cats {
|
||||||
hierarchy := makeCategoryUrl(cat.GetHierarchy(ctx, conn))
|
// hierarchy := makeCategoryUrl(cat.GetHierarchy(ctx, conn))
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func makeCategoryUrl(cats []*Category, subdomain string) string {
|
func makeCategoryUrl(cats []*Category, subdomain string) string {
|
||||||
|
|
Loading…
Reference in New Issue