Fix summary package

This commit is contained in:
Arturo Filastò
2018-06-29 15:10:12 +02:00
parent cf588c8466
commit f75c53d404
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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