fix lint
This commit is contained in:
parent
1b69ebdb93
commit
289b04fb12
|
|
@ -52,7 +52,7 @@ export const init = async (): Promise<void> => {
|
||||||
? {
|
? {
|
||||||
ssl: true
|
ssl: true
|
||||||
}
|
}
|
||||||
: {}),
|
: {})
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
case 'postgres':
|
case 'postgres':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue