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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user