EUGENIO SOUZA CARVALHO vor 4 Jahren
Ursprung
Commit
371454edb2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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