mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-24 06:01:29 +00:00
MOved the brews search to its own file, writing out more tests
This commit is contained in:
@@ -47,5 +47,6 @@ return Promise.resolve()
|
||||
})
|
||||
.then(() => {
|
||||
console.log(`\n Added ${randomBrews.length + specificBrews.length} brews.`);
|
||||
return DB.close();
|
||||
})
|
||||
.catch(console.error);
|
||||
|
||||
Reference in New Issue
Block a user