Skip to content

Commit 9e74cc1

Browse files
committed
pipeline consistency
1 parent b7424bf commit 9e74cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verifier/change_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (verifier *Verifier) GetChangeStreamFilter() (pipeline mongo.Pipeline) {
135135
}},
136136
})
137137
}
138-
pipeline = []bson.D{
138+
pipeline = mongo.Pipeline{
139139
{{"$match", bson.D{{"$or", filter}}}},
140140
}
141141
}

0 commit comments

Comments
 (0)