Skip to content

Commit

Permalink
Reorder fields
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Apr 2, 2024
1 parent 2e07d87 commit 90ee1e2
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 90ee1e2

Please sign in to comment.