Explorar el Código

Fix IMGPROXY_ALLOWED_SOURCES config

DarthSim hace 5 años
padre
commit
451ad958b9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config.go

+ 2 - 0
config.go

@@ -45,6 +45,8 @@ func strSliceEnvConfig(s *[]string, name string) {
 		}
 
 		*s = parts
+
+		return
 	}
 
 	*s = []string{}