Skip to content

Commit

Permalink
fix: missing some reversed addresses (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal authored Apr 25, 2024
1 parent a766af8 commit de5196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/addr_to_domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ fn create_main_id_pipeline(address: &String) -> Vec<Document> {
"let": { "id": "$id" },
"pipeline": [
doc! { "$match": {
"_cursor.to": { "$exists": false },
"_cursor.to": null,
"$expr": { "$eq": ["$id", "$$id"] }
} }
],
Expand Down

0 comments on commit de5196e

Please sign in to comment.