linting
This commit is contained in:
parent
93c5b3721b
commit
c3f77f3b42
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue