remove locking cisa global on read.

This commit is contained in:
Hyatt 2024-01-26 08:39:44 -06:00
parent 33cb4defd2
commit 37ddc6a010
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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