badmfck-api-server 2.4.1 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -137,7 +137,7 @@ class MysqlService extends BaseService_1.BaseService {
|
|
137
137
|
promises.push(this.execute(query, i.rollbackQuery ?? null, i.transactionID ?? 0));
|
138
138
|
}
|
139
139
|
if (this.debug)
|
140
|
-
console.log("Execute queries: ", data);
|
140
|
+
console.log("Execute queries: ", data.length);
|
141
141
|
return await Promise.all(promises);
|
142
142
|
};
|
143
143
|
exports.REQ_MYSQL_TBEGIN.listener = async () => {
|