時刻を修正
This commit is contained in:
parent
98d3b8497a
commit
d775c43d69
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue