This commit is contained in:
Florian Baumann 2022-01-06 15:02:24 +01:00
parent 011f1df1dc
commit 9fcbc1ead8

View File

@ -145,7 +145,7 @@ func ShowSet(setname string) error {
// set values // set values
matchStage := bson.D{ matchStage := bson.D{
{"$match", bson.D{ {"$match", bson.D{
{"set", "mmq"}, {"set", setname},
}}, }},
} }
groupStage := bson.D{ groupStage := bson.D{