Skip to content

Commit b407320

Browse files
authored
Update common.go
1 parent 4eb435b commit b407320

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exporter/common.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ func listAllCollections(ctx context.Context, client *mongo.Client, filterInNames
167167
filterNS = append(filterNS, dbs...)
168168
}
169169

170-
171170
for _, db := range dbs {
172171
for _, namespace := range filterNS {
173172
parts := strings.Split(namespace, ".")

0 commit comments

Comments
 (0)