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 cf9075b commit 4c8e849Copy full SHA for 4c8e849
exporter/db.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
// ignoredTeams is a list of teams that should be ignored by exporter.
10
-var ignoredTeams = []string{"staff", "team99", "audience"}
+var ignoredTeams = []string{"staff", "team99", "guest"}
11
12
type Repository struct {
13
db *bun.DB
0 commit comments