Update utils.ts
Co-authored-by: Adria Navarro <adria@budibase.com>
This commit is contained in:
parent
7a11c5be92
commit
c4f124c78a
|
@ -78,7 +78,7 @@ export function processFormulas<T extends Row | Row[]>(
|
|||
rows[i] = {
|
||||
...row,
|
||||
[column]: tracer.trace("processStringSync", {}, span => {
|
||||
span?.addTags({ table_id: table._id, column, statis: isStatic })
|
||||
span?.addTags({ table_id: table._id, column, static: isStatic })
|
||||
return processStringSync(formula, context)
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue