refactor(biome): format changes
This commit is contained in:
@@ -38,7 +38,7 @@ export const initializeProdPool = async () => {
|
||||
});
|
||||
}
|
||||
try {
|
||||
pool = sql.connect(sqlConfig);
|
||||
pool = await sql.connect(sqlConfig);
|
||||
|
||||
log.info(
|
||||
`Connected to ${sqlConfig?.server}, using DB: ${sqlConfig?.database}`
|
||||
|
||||
Reference in New Issue
Block a user