linting
This commit is contained in:
parent
93c5b3721b
commit
c3f77f3b42
|
@ -188,7 +188,8 @@
|
||||||
) {
|
) {
|
||||||
if (name !== "id" && name !== "revision") return `trigger.row.${name}`
|
if (name !== "id" && name !== "revision") return `trigger.row.${name}`
|
||||||
}
|
}
|
||||||
/* end special cases */
|
/* End special cases for generating custom schemas based on triggers */
|
||||||
|
|
||||||
if (isLoopBlock) {
|
if (isLoopBlock) {
|
||||||
runtimeName = `loop.${name}`
|
runtimeName = `loop.${name}`
|
||||||
} else if (block.name.startsWith("JS")) {
|
} else if (block.name.startsWith("JS")) {
|
||||||
|
|
Loading…
Reference in New Issue