mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-07 10:55:21 -05:00
fix build errors
This commit is contained in:
@@ -100,6 +100,7 @@ export const useRecipes = (all = false, fetchRecipes = true) => {
|
||||
async function refreshRecipes() {
|
||||
const { data } = await api.recipes.getAll(start, end);
|
||||
if (data) {
|
||||
// @ts-ignore
|
||||
set(recipes, data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user