Skip to content

Commit 57f1998

Browse files
author
David Wickman
committed
Revert "update the pendingNodeSetsResult to 1000 to the approval queue"
This reverts commit acc5e65.
1 parent acc5e65 commit 57f1998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/CESMII.ProfileDesigner.Api/Controllers/CloudLibraryController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public CloudLibraryController(
4949
public async Task<IActionResult> GetPendingApprovalAsync()
5050
{
5151
// TODO implement search/filter/pagination
52-
var pendingNodeSetsResult = await _dalCloudLib.GetNodeSetsPendingApprovalAsync(1000, null, false, null);
52+
var pendingNodeSetsResult = await _dalCloudLib.GetNodeSetsPendingApprovalAsync(100, null, false, null);
5353
if (pendingNodeSetsResult == null)
5454
{
5555
return BadRequest($"No records found.");

0 commit comments

Comments
 (0)