Skip to content

Commit

Permalink
fix: add pending group by
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 8, 2024
1 parent 74ae062 commit af9b1e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Db/SignRequestMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ private function getFilesAssociatedFilesWithMeQueryBuilder(string $userId, ?stri
'f.name',
'f.status',
'f.created_at',
'f.metadata',
);

$or = [
Expand Down Expand Up @@ -498,6 +499,7 @@ private function getFilesAssociatedFilesWithMeStmt(string $userId, ?string $emai
'f.uuid',
'f.name',
'f.status',
'f.created_at',
'f.metadata',
);
$qb->selectAlias('f.created_at', 'request_date');
Expand Down

0 comments on commit af9b1e0

Please sign in to comment.