mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-08 05:17: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,
|
db: config.db.name,
|
||||||
username: config.db.username,
|
username: config.db.username,
|
||||||
password: config.db.password,
|
password: config.db.password,
|
||||||
debug: true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default dbClient;
|
export default dbClient;
|
||||||
|
|||||||
Reference in New Issue
Block a user