We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efb49e commit 05c9590Copy full SHA for 05c9590
apps/verification/src/repositories/verification.repository.ts
@@ -81,7 +81,8 @@ export class VerificationRepository {
81
id: true,
82
presentationId: true,
83
schemaId: true,
84
- emailId: true
+ emailId: true,
85
+ errorMessage: true
86
},
87
orderBy: {
88
[proofRequestsSearchCriteria.sortField]: SortValue.ASC === proofRequestsSearchCriteria.sortBy ? 'asc' : 'desc'
0 commit comments