Fix summary package
This commit is contained in:
parent
cf588c8466
commit
f75c53d404
2 changed files with 5 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ type WebsitesSummary struct {
|
|||
Blocked uint
|
||||
}
|
||||
|
||||
func checkRequiredKeys(rk []string, m SummaryMap) error {
|
||||
func CheckRequiredKeys(rk []string, m SummaryMap) error {
|
||||
for _, key := range rk {
|
||||
if _, ok := m[key]; ok {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue