From 208cd405a5e5baad4400560f3bf20d33aa26f8ba Mon Sep 17 00:00:00 2001 From: riccardo <106812074+riccardo-gnosis@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:22:03 +0200 Subject: [PATCH] update --- pkg/ethereum/utils.go | 1 - 1 file changed, 1 deletion(-) 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" }