diff --git a/server/db/providers/dynamodb/provider.go b/server/db/providers/dynamodb/provider.go index 81aa8ce..4bf3345 100644 --- a/server/db/providers/dynamodb/provider.go +++ b/server/db/providers/dynamodb/provider.go @@ -26,7 +26,6 @@ func NewProvider() (*provider, error) { config := aws.Config{ MaxRetries: aws.Int(3), CredentialsChainVerboseErrors: aws.Bool(true), // for full error logs - } if awsRegion != "" {