dev add method link
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-05 14:04:54 +07:00
parent 6d80498402
commit 352fe2c5cf
2 changed files with 3 additions and 2 deletions
@@ -120,7 +120,7 @@ public class DockViewService {
Pageable pageable = PageRequest.of(page, size,
Sort.by(Sort.Direction.fromString(sortDirection), sortBy));
Page<DockView> dockViews = dockViewRepository.findAllByFileId(pageable, fileIds);
Page<DockView> dockViews = dockViewRepository.findAllByFileIds(fileIds, pageable);
if (dockViews.isEmpty()) {
return DockViewStatsResponse.builder()