We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7454532 commit 3851e14Copy full SHA for 3851e14
internal/server/statvar/statvar_hierarchy_util.go
@@ -32,7 +32,11 @@ import (
32
)
33
34
// This should be synced with the list of blocklisted SVGs in the website repo
35
-var ignoredSvgIds = []string{"dc/g/Uncategorized"}
+var ignoredSvgIds = []string{
36
+ "dc/g/Uncategorized",
37
+ // TODO: Remove after partial hierarchy is ready.
38
+ "dc/g/SDG",
39
+}
40
41
// GetRawSvg gets the raw svg mapping.
42
func GetRawSvg(ctx context.Context, store *store.Store) (
0 commit comments