10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix correctedValue instead of value bug

This commit is contained in:
Mickaël Véril 2019-12-16 14:14:35 +01:00
parent b536174991
commit eac1f6ba3f

View File

@ -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()