Commit c9a0e3ee authored by nanahira's avatar nanahira

fix

parent eb178130
Pipeline #3428 passed with stages
in 1 minute and 20 seconds
...@@ -859,8 +859,8 @@ export class AppService { ...@@ -859,8 +859,8 @@ export class AppService {
this.athleticCheckerService.checkAthletic(deckA), this.athleticCheckerService.checkAthletic(deckA),
this.athleticCheckerService.checkAthletic(deckB), this.athleticCheckerService.checkAthletic(deckB),
]); ]);
this.log.error(deckA); //this.log.error(deckA);
this.log.error(isAthleticA); //this.log.error(isAthleticA);
let athleticResultOk = true; let athleticResultOk = true;
for (const result of [isAthleticA, isAthleticB]) { for (const result of [isAthleticA, isAthleticB]) {
if (!result.success) { if (!result.success) {
......
...@@ -17,7 +17,7 @@ export const athleticCheckConfig = { ...@@ -17,7 +17,7 @@ export const athleticCheckConfig = {
type: 'week', type: 'week',
source: 'mycard-athletic', source: 'mycard-athletic',
}, },
rankCount: 10, rankCount: 20,
ttl: 600, ttl: 600,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment