fix
This commit is contained in:
parent
1676d02d80
commit
01438d630d
@ -91,7 +91,7 @@ type findRecordQuery struct {
|
|||||||
type updateOp struct {
|
type updateOp struct {
|
||||||
Push struct {
|
Push struct {
|
||||||
Records struct {
|
Records struct {
|
||||||
Each []consensus.Record `bson:"$each""`
|
Each []consensus.Record `bson:"$each"`
|
||||||
Pos int `bson:"$position"`
|
Pos int `bson:"$position"`
|
||||||
} `bson:"records"`
|
} `bson:"records"`
|
||||||
} `bson:"$push"`
|
} `bson:"$push"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user