We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d8a84 commit 4256646Copy full SHA for 4256646
packages/backend/src/apps/toolbox/common/get-for-each-variables.ts
@@ -42,7 +42,7 @@ function processColumns(data: MultipleRowObject): {
42
let inputSource = null
43
44
data.columns.forEach((column: any) => {
45
- // NOTE: we cam tell if its a tile column by its column id
+ // NOTE: we can tell if its a tile column by its column id
46
// tiles will either have uuid or ulid as column id
47
if (ULID_REGEX.test(column.id) || UUID_REGEX.test(column.id)) {
48
inputSource = FOR_EACH_INPUT_SOURCE.TILES
0 commit comments