Skip to content

Commit

Permalink
Set verificationResult field to required
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejkang committed Aug 18, 2021
1 parent 6ffb3fd commit f076b41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export class DriverLicenseVerificationControllerSuccessfulResponse {
enum: ['VALID', 'INVALID'],
enumName: 'VerificationResult',
description: 'Verification Result',
required: false,
})
verificationResult?: string;
}

0 comments on commit f076b41

Please sign in to comment.