fix funtion

This commit is contained in:
2025-08-07 13:43:57 +02:00
parent b36ab9e572
commit a87f5085e7
-1
View File
@@ -10,7 +10,6 @@ import (
)
func getConfigFromEnv(item string) string {
var res = ""
value := os.Getenv("CONFIG_ENVVAR")
if value == "" {
value = "ADDRESS,INITIALCOST,MONTHLYCOST"