going to keep using the yamls

This commit is contained in:
broodjeaap89 2021-08-29 14:56:15 +02:00
parent 14f99c9333
commit 7137abf313

View file

@ -43,9 +43,7 @@ void main() async {
if (pizzaRecipesBox.isEmpty){ if (pizzaRecipesBox.isEmpty){
print("Load pizzas from yamls"); print("Load pizzas from yamls");
pizzaRecipesBox.addAll([ pizzaRecipesBox.addAll(await getRecipes());
getNeapolitanCold()
]);
} }
// notification init // notification init