YARA-1056

This commit is contained in:
SepehrYahyaee
2026-07-11 13:16:14 +03:30
parent 7a3ddcc7be
commit 54ae82aa38
2 changed files with 8 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ export class CaptchaChallenge {
@Prop({ required: true, unique: true, index: true })
captchaId: string;
@Prop()
answerHash?: string;
@Prop({ required: true })
answerHash: string;
@Prop({ required: true })
image: string;