Update utils.ts

Co-authored-by: Adria Navarro <adria@budibase.com>
This commit is contained in:
Sam Rose 2023-12-15 12:22:37 +00:00 committed by GitHub
parent 7a11c5be92
commit c4f124c78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}),
}