Skip to content

Commit

Permalink
Reorder fields
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Apr 12, 2024
1 parent 6aeb7dc commit 7257c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/query_models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ impl From<FirestoreQueryParams> for StructuredQuery {
})
.collect(),
},
r#where: query_filter,
find_nearest: None,
r#where: query_filter,
}
}
}
Expand Down

0 comments on commit 7257c70

Please sign in to comment.