Skip to content

Commit

Permalink
update formattednumber fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
xai-msft committed Aug 29, 2024
1 parent 5e147cf commit a0cbae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/custom-functions-metadata/src/parseTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const CELLVALUETYPE_TO_BASICTYPE_MAPPINGS = {
"doublecellvalue": "number",
"entitycellvalue": "any",
"errorcellvalue": "any",
"formattednumbercellvalue": "any",
"formattednumbercellvalue": "number",
"linkedentitycellvalue": "any",
"localimagecellvalue": "any",
"stringcellvalue": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"parameters": [
{
"name": "x",
"type": "any",
"type": "number",
"cellValueType": "formattednumbercellvalue"
}
],
Expand Down

0 comments on commit a0cbae4

Please sign in to comment.