Make sure that the order of the filterableAttributes is constant

This commit is contained in:
Kerollmops 2021-08-25 10:17:33 +02:00
parent 087e4626ce
commit cf4a466b6b
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 5 additions and 3 deletions

View file

@ -75,7 +75,7 @@ macro_rules! make_setting_route {
make_setting_route!(
"/filterable-attributes",
std::collections::HashSet<String>,
std::collections::BTreeSet<String>,
filterable_attributes,
"filterableAttributes"
);