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