0
0
Fork 0

時刻を修正

This commit is contained in:
Xeltica 2020-09-09 00:53:50 +09:00
parent 98d3b8497a
commit d775c43d69

View file

@ -9,7 +9,7 @@ import { updateScore } from '../functions/update-score';
import { getScores } from '../functions/get-scores';
export default (): void => {
cron.schedule('50 45 0 * * *', async () => {
cron.schedule('0 0 0 * * *', async () => {
const users = await Users.createQueryBuilder()
.select()
.getMany();