Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-06-22 11:33:47 +02:00
parent cb7fb8f5e9
commit 87f769a816
3 changed files with 16 additions and 3 deletions

View File

@@ -241,6 +241,7 @@ func (s *Service) RenderRobotsTxt(
func (s *Service) fetchDocumentIDs(ctx context.Context, scope coredata.Scoper, orgID gid.GID) ([]string, error) {
seen := make(map[gid.GID]struct{})
var resourceIDs []gid.GID
appendResourceID := func(id gid.GID) {