ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

menu unpack function #43

Open ibeal opened 3 years ago

ibeal commented 3 years ago

currently the code to unpack the stored menu is in the menuLookup function, I would like to refactor that into its own function, then all the menuAPI functions can call it