test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-14 13:11:12 +08:00
parent 5daa6a2dfd
commit 1f4d251aa1

View File

@ -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;
} }
} }