We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2313780 commit 1b84a9aCopy full SHA for 1b84a9a
cron/data-providers/baselab.js
@@ -48,6 +48,7 @@ module.exports = async function () {
48
recovered: totalRow[4],
49
mortalityRate: totalRow[5],
50
revoveryRate: totalRow[6],
51
+ recoveryRate: totalRow[6]
52
}
53
54
for (const row of data) {
@@ -59,6 +60,7 @@ module.exports = async function () {
59
60
recovered: row[4],
61
mortalityRate: row[5],
62
revoveryRate: row[6],
63
+ recoveryRate: row[6]
64
65
66
const state = {
0 commit comments