Skip to content

Commit d82ee30

Browse files
committed
feat: remove orderBy line
Signed-off-by: Crisciany Souza <crisciany.souza@librecode.coop>
1 parent 8280ee8 commit d82ee30

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/Db/SignRequestMapper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ public function getFilesToSearchProvider(IUser $user, string $fileName, int $lim
474474

475475
$qb = $this->getFilesAssociatedFilesWithMeQueryBuilder($user->getUID(), $filter, false, $sort);
476476

477-
478-
$qb->orderBy('f.created_at', 'DESC');
479-
480477
$result = $qb->executeQuery();
481478
$files = [];
482479

0 commit comments

Comments
 (0)