This commit is contained in:
@ -25,6 +25,7 @@ export default async function getDb() {
|
|||||||
if (loaded) {
|
if (loaded) {
|
||||||
return recipeData;
|
return recipeData;
|
||||||
} else {
|
} else {
|
||||||
return await parser();
|
await parser()
|
||||||
|
return recipeData;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user