EUGENIO SOUZA CARVALHO il y a 4 ans
Parent
commit
371454edb2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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