Make update-metrics actually write cached group leaderboards
This commit is contained in:
parent
2a96ee98f4
commit
a3da8a7c3c
|
@ -210,9 +210,7 @@ export async function updateMetricsCore() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// Shipping without this for now to check it's working as intended
|
await writeAsync(firestore, groupUpdates)
|
||||||
console.log('Group Leaderboard Updates', groupUpdates)
|
|
||||||
//await writeAsync(firestore, groupUpdates)
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log('Error While Updating Group Leaderboards', e)
|
console.log('Error While Updating Group Leaderboards', e)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user