From c37f6296517953532a8a807b9d530159eef0d140 Mon Sep 17 00:00:00 2001 From: Ian Candy Date: Thu, 2 Nov 2023 19:12:32 +0000 Subject: [PATCH] Remove TODO comment in favor of an issue https://github.com/sbv-world-health-org-metrics/sbv-world-health-org-metrics/issues/66 contains the relevant information for adding this feature. --- backend/cmd/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/cmd/main.go b/backend/cmd/main.go index 04a7c38..86f3472 100644 --- a/backend/cmd/main.go +++ b/backend/cmd/main.go @@ -29,8 +29,6 @@ func run() error { errors := core.Amass(context.Background()) - // We should really retry on error, and preserve the data we've already collected - // TODO: maybe fix this? if len(errors) > 0 { // print every error in the errors array for _, err := range errors {