perf(web): a tiny improvement in tdbms.js

This commit is contained in:
Masahiko AMANO 2023-02-02 23:00:08 +03:00
parent 21f57e8767
commit 689e6f9136

View File

@ -1,5 +1,5 @@
function tdb_query(trdb, trc, trb) {
output = null;
let output = null;
$.ajax({
url: "/TDBMS",
type: "POST",