This commit is contained in:
Sergey Cherepanov 2022-10-10 11:38:25 +03:00 committed by Mikhail Iudin
parent 7ee5ccd513
commit 273a98d985
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -91,7 +91,7 @@ type findRecordQuery struct {
type updateOp struct {
Push struct {
Records struct {
Each []consensus.Record `bson:"$each""`
Each []consensus.Record `bson:"$each"`
Pos int `bson:"$position"`
} `bson:"records"`
} `bson:"$push"`