Skip to content

Commit

Permalink
#6054 Removed extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkbulecount2 committed Aug 4, 2020
1 parent e51b2ea commit 43a70ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/dashboard/DashboardHandler.inc.php
Expand Up @@ -76,9 +76,8 @@ function index($args, $request) {
'status' => STATUS_QUEUED,
'assignedTo' => [(int) $request->getUser()->getId()],
],
'includeIssuesFilter' => $includeIssuesFilter,
],
);
'includeIssuesFilter' => $includeIssuesFilter,
]);
$myQueueListPanel->set([
'items' => $myQueueListPanel->getItems($request),
'itemsMax' => $myQueueListPanel->getItemsMax()
Expand Down

0 comments on commit 43a70ce

Please sign in to comment.