Skip to content

Commit 1e37fc1

Browse files
auto: apply newest APITable commit
1 parent c19c8c8 commit 1e37fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const safeParseNumberOrText = (num : number | string | undefined, precisi
9090
return '';
9191
}
9292
return a.toFixed(precision);
93-
93+
};
9494

9595

9696
export const safeParseNumberOrTextWithSeparator = (num : number | string | undefined, precision: number) => {

0 commit comments

Comments
 (0)