mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
fix bug in floatUtils
This commit is contained in:
parent
554d3ee84c
commit
02dfbe9a9e
@ -9,7 +9,7 @@ class stringFloat{
|
||||
return this.Value;
|
||||
}
|
||||
toString(){
|
||||
if (isNaN(checkFloat(this.Value))) {
|
||||
if (checkFloat(this.string)) {
|
||||
return this.Value
|
||||
} else {
|
||||
return this.string
|
||||
|
Loading…
Reference in New Issue
Block a user