remove locking cisa global on read.

This commit is contained in:
2024-01-26 08:39:44 -06:00
parent 33cb4defd2
commit 37ddc6a010

View File

@@ -16,9 +16,7 @@ var (
)
func Read() CisaJSON {
mu.Lock()
o := Cisa
mu.Unlock()
return o
}