Skip to content

Commit d953afd

Browse files
yashmehrotramoshloop
authored andcommitted
chore: do not early return in extract changes
1 parent 6b3ea2b commit d953afd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scrapers/run.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ func processScrapeResult(ctx api.ScrapeContext, result v1.ScrapeResult) v1.Scrap
271271
result.ExternalRoles = allExternalRoles
272272
scraped = append(scraped, *result)
273273
}
274-
275-
return scraped
276274
}
277275

278276
return scraped

0 commit comments

Comments
 (0)