mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Fix correctedValue instead of value bug
This commit is contained in:
parent
b536174991
commit
eac1f6ba3f
@ -131,7 +131,7 @@ draft: false
|
||||
if (!(keydic.has(key2))) {
|
||||
keydic.set(key2, [])
|
||||
}
|
||||
keydic.get(key2).push(exc.correctedValue)
|
||||
keydic.get(key2).push(exc.value)
|
||||
}
|
||||
}
|
||||
var sdic = new Map()
|
||||
|
Loading…
Reference in New Issue
Block a user