feat: simplify global function assignment in Vm class and enable logging of results in case1-payload test

This commit is contained in:
Boris D
2025-10-09 13:04:38 +03:00
parent f357bc5e61
commit 0631e99886
2 changed files with 3 additions and 8 deletions

View File

@ -17,7 +17,7 @@ async function main(input, headers) {
const res = await db.execute(sql);
// log(res);
log(res);
return {
response: {