This commit is contained in:
Ryan McKinley
2025-11-25 09:45:05 +03:00
parent 1265bcffcf
commit 50b8721a0a
@@ -100,7 +100,7 @@ func (s *legacyStorage) List(ctx context.Context, options *internalversion.ListO
rsp, err := s.service.GetCorrelations(ctx, correlations.GetCorrelationsQuery{
OrgId: orgID,
Limit: limit + 1,
Limit: limit + 1, // the plus one indicates we have reached the limit
Page: page,
SourceUIDs: uids,
})