This commit is contained in:
Benjamin Toby
2025-03-17 09:46:04 +01:00
parent 34f843bc84
commit 870bc7fd17
7 changed files with 1 additions and 14 deletions
@@ -46,9 +46,6 @@ export default async function updateDbEntry({
const DB_CONN = isMaster
? global.DSQL_DB_CONN
: global.DSQL_FULL_ACCESS_DB_CONN || global.DSQL_DB_CONN;
const DB_RO_CONN = isMaster
? global.DSQL_DB_CONN
: global.DSQL_READ_ONLY_DB_CONN || global.DSQL_DB_CONN;
////////////////////////////////////////
////////////////////////////////////////