turn off debug mode

This commit is contained in:
Ean Milligan 2025-05-03 10:03:14 -04:00
parent 829ec0ecea
commit c31436e45d
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ const dbClient = await new Client().connect({
db: config.db.name,
username: config.db.username,
password: config.db.password,
debug: true,
});
export default dbClient;