avoid BWC PGSQLMODE returning empty ssl object

This commit is contained in:
niztal
2024-01-30 23:44:42 +02:00
parent a382e230f4
commit 4107118673
+1 -1
View File
@@ -89,5 +89,5 @@ const getDatabaseSSLFromEnv = () => {
} else if (process.env.DATABASE_SSL === 'true') { } else if (process.env.DATABASE_SSL === 'true') {
return true return true
} }
return {} return undefined
} }