New query system to ease port for RageMP

This commit is contained in:
Vortrex
2022-12-18 14:35:39 -06:00
parent 79eb7e2424
commit 59d41f8482
17 changed files with 99 additions and 99 deletions

View File

@@ -917,7 +917,7 @@ function freeDatabaseQuery(dbQuery) {
// ===========================================================================
async function fetchQueryAssoc(dbConnection, queryString) {
function fetchQueryAssoc(dbConnection, queryString) {
let assocArray = [];
let dbAssoc = null;