Skip to content

Commit 4c8e849

Browse files
authored
Update db.go
1 parent cf9075b commit 4c8e849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// ignoredTeams is a list of teams that should be ignored by exporter.
10-
var ignoredTeams = []string{"staff", "team99", "audience"}
10+
var ignoredTeams = []string{"staff", "team99", "guest"}
1111

1212
type Repository struct {
1313
db *bun.DB

0 commit comments

Comments
 (0)