We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acf8fc commit d8d3810Copy full SHA for d8d3810
data/pizzaStore.js
@@ -40,7 +40,7 @@ const Pizza = pgClient.define('pizza', {
40
Pizza.initialize = async () => {
41
return Pizza.sync({ force: true }).then(() => {
42
console.log('postgres connection ready')
43
- })
+ }).catch(err => console.error(err))
44
}
45
46
module.exports = Pizza
0 commit comments