1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00

turn off debug mode

This commit is contained in:
Ean Milligan
2025-05-03 10:03:14 -04:00
parent 829ec0ecea
commit c31436e45d

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;