mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Add Sequence impl, other changes/adjustments
This commit is contained in:
@ -144,7 +144,7 @@ impl HeedAuthStore {
|
||||
actions.insert(Action::MetricsGet);
|
||||
}
|
||||
other => {
|
||||
actions.insert(*other);
|
||||
actions.insert(other);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user