Skip to content

Commit f957d52

Browse files
authored
Update WebhookStore.js
1 parent b3a42bd commit f957d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/WebhookStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WebhookStore {
4545
const opts = {
4646
host: dbConfigEnv.host || 'localhost',
4747
port: dbConfigEnv.port || '5432',
48-
dialect: dbConfigEnv.dialect,
48+
dialect: dbConfigEnv.dialect || 'sqlite',
4949
storage: dbConfigEnv.filename,
5050
pool: {
5151
max: 5,

0 commit comments

Comments
 (0)