@@ -44,7 +44,7 @@ export class AccountsService {
return account
}
- @Cron('* 1/30 * * * *')
+ @Cron('0 1/30 * * * *')
async handleCron() {
for (let account of await this.findAll()) {
try {