Skip to content

Commit

Permalink
Attempt to fix the relays projection in a generic way.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 6, 2024
1 parent 23a0453 commit c2dfeea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opensensor/collection_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def create_nested_pipeline(model: Type[BaseModel], prefix=""):
nested_fields = get_nested_fields(model)
match_conditions = {}
pipeline = {
"_id": False,
"timestamp": "$timestamp",
}

Expand Down

0 comments on commit c2dfeea

Please sign in to comment.