diff --git a/pkg/ethereum/utils.go b/pkg/ethereum/utils.go index c3c38c8..68d203e 100644 --- a/pkg/ethereum/utils.go +++ b/pkg/ethereum/utils.go @@ -15,7 +15,6 @@ func getCrawlerLocation() string { if region := os.Getenv("AWS_REGION"); region != "" { return region } - return "UNKOWN_REGION" }