This commit is contained in:
Peter Clement 2024-01-11 09:47:04 +00:00
parent 93c5b3721b
commit c3f77f3b42
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@
) {
if (name !== "id" && name !== "revision") return `trigger.row.${name}`
}
/* end special cases */
/* End special cases for generating custom schemas based on triggers */
if (isLoopBlock) {
runtimeName = `loop.${name}`
} else if (block.name.startsWith("JS")) {