Skip to content

Commit

Permalink
Remove TODO comment in favor of an issue
Browse files Browse the repository at this point in the history
#66

contains the relevant information for adding this feature.
  • Loading branch information
ipc103 authored Nov 2, 2023
1 parent 8a7875d commit c37f629
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c37f629

Please sign in to comment.