Skip to content

Commit

Permalink
#2601 Error number of records in the Document Pending (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Aug 29, 2024
1 parent fe7c421 commit af33591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/spin/grpc/service/Dashboarding.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ private ListPendingDocumentsResponse.Builder listPendingDocuments(ListPendingDoc

// Get from document status
Arrays.asList(MDocumentStatus.getDocumentStatusIndicators(context, userId, roleId))
.parallelStream()
.forEach(documentStatus -> {
PendingDocument.Builder pendingDocumentBuilder = PendingDocument.newBuilder()
.setDocumentName(
Expand Down

0 comments on commit af33591

Please sign in to comment.