Skip to content

Commit 05c9590

Browse files
authored
feat: added error message on get all proof (#1089)
Signed-off-by: Tipu_Singh <[email protected]>
1 parent 9efb49e commit 05c9590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/verification/src/repositories/verification.repository.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ export class VerificationRepository {
8181
id: true,
8282
presentationId: true,
8383
schemaId: true,
84-
emailId: true
84+
emailId: true,
85+
errorMessage: true
8586
},
8687
orderBy: {
8788
[proofRequestsSearchCriteria.sortField]: SortValue.ASC === proofRequestsSearchCriteria.sortBy ? 'asc' : 'desc'

0 commit comments

Comments
 (0)