Browse Source

fix mongo

EUGENIO SOUZA CARVALHO 3 years ago
parent
commit
371454edb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/mongo.go

+ 1 - 1
api/mongo.go

@@ -102,7 +102,7 @@ type Filter struct {
 	Query   *bson.M
 	Patchs  *bson.A
 	Sort    *bson.M
-	Context *iriscontext.Context
+	Context iriscontext.Context
 	// Sort       []string
 	Collection          string
 	QueryType           string