Skip to content

Commit 3851e14

Browse files
authored
add dc/g/SDG to blocklist (#1107)
1 parent 7454532 commit 3851e14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

internal/server/statvar/statvar_hierarchy_util.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ import (
3232
)
3333

3434
// This should be synced with the list of blocklisted SVGs in the website repo
35-
var ignoredSvgIds = []string{"dc/g/Uncategorized"}
35+
var ignoredSvgIds = []string{
36+
"dc/g/Uncategorized",
37+
// TODO: Remove after partial hierarchy is ready.
38+
"dc/g/SDG",
39+
}
3640

3741
// GetRawSvg gets the raw svg mapping.
3842
func GetRawSvg(ctx context.Context, store *store.Store) (

0 commit comments

Comments
 (0)