feat: simplify global function assignment in Vm class and enable logging of results in case1-payload test
This commit is contained in:
@ -17,7 +17,7 @@ async function main(input, headers) {
|
||||
|
||||
const res = await db.execute(sql);
|
||||
|
||||
// log(res);
|
||||
log(res);
|
||||
|
||||
return {
|
||||
response: {
|
||||
|
||||
Reference in New Issue
Block a user