fix: add spacing to methods

This commit is contained in:
Leon Xu
2022-05-07 21:20:07 -07:00
parent f9863b66e4
commit fb8d34d42c
+1
View File
@@ -56,6 +56,7 @@ export const ChinaData = schedule.scheduleJob("10 19 * * *", () => {
ChinaNcovData.findByIdAndUpdate(id, parseData);
});
});
// Get World Data method
export const WorldData = schedule.scheduleJob("15 19 * * *", () => {
const { wapiAppid, wapiSign } = process.env;