mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix typo in check_connect.js
This commit is contained in:
parent
dcc6e68c08
commit
54071efaea
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { createPostgresDataSource } from '../built/postgres.js';
|
|||
|
||||
const config = loadConfig();
|
||||
|
||||
// createPostgresDataSource handels primaries and replicas automatically.
|
||||
// createPostgresDataSource handles primaries and replicas automatically.
|
||||
// usually, it only opens connections first use, so we force it using
|
||||
// .initialize()
|
||||
async function connectToPostgres(){
|
||||
|
|
Loading…
Add table
Reference in a new issue