ai cooking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #144 from paulgmiller/cupidshuffle

shuffle so maybe not lamb all the time

authored by

Paul Miller and committed by
GitHub
ed714e9c c1104cc9

+4
+4
internal/recipes/generator.go
··· 17 17 "strings" 18 18 "sync" 19 19 "time" 20 + 21 + "github.com/samber/lo/mutable" 20 22 ) 21 23 22 24 type aiClient interface { ··· 176 178 } 177 179 178 180 wg.Wait() 181 + 182 + mutable.Shuffle(ingredients) 179 183 180 184 allingredientsJSON, err := json.Marshal(ingredients) 181 185 if err != nil {