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 {
this.athleticCheckerService.checkAthletic(deckA),
this.athleticCheckerService.checkAthletic(deckB),
]);
this.log.error(deckA);
this.log.error(isAthleticA);
//this.log.error(deckA);
//this.log.error(isAthleticA);
let athleticResultOk = true;
for (const result of [isAthleticA, isAthleticB]) {
if (!result.success) {
......
......@@ -17,7 +17,7 @@ export const athleticCheckConfig = {
type: 'week',
source: 'mycard-athletic',
},
rankCount: 10,
rankCount: 20,
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