Skip to content

Commit 1b84a9a

Browse files
authored
Update baselab.js
1 parent 2313780 commit 1b84a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cron/data-providers/baselab.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = async function () {
4848
recovered: totalRow[4],
4949
mortalityRate: totalRow[5],
5050
revoveryRate: totalRow[6],
51+
recoveryRate: totalRow[6]
5152
}
5253

5354
for (const row of data) {
@@ -59,6 +60,7 @@ module.exports = async function () {
5960
recovered: row[4],
6061
mortalityRate: row[5],
6162
revoveryRate: row[6],
63+
recoveryRate: row[6]
6264
}
6365
}
6466
const state = {

0 commit comments

Comments
 (0)