Gestion des heures de fin des tentatives
This commit is contained in:
@ -87,7 +87,7 @@ export class ChallengeActionsService {
|
||||
active: false,
|
||||
end: now,
|
||||
penaltyStart: now,
|
||||
penaltyEnd: new Date(now.getTime() + 45 * 60 * 1000),
|
||||
penaltyEnd: new Date(now.getTime() + 30 * 60 * 1000),
|
||||
}
|
||||
}
|
||||
return await this.prisma.challengeAction.update({
|
||||
|
Reference in New Issue
Block a user