1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Fix query

This commit is contained in:
Adria Navarro 2024-02-19 19:34:15 +01:00
parent 74fbb901f9
commit 85052ca361

View file

@ -136,6 +136,7 @@ class QueryRunner {
params: enrichedParameters,
})
} else {
transformer = `(function(){\n${transformer}\n})();`
let isolatedVm = new IsolatedVM().withContext({
data: rows,
params: enrichedParameters,