mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-12 07:58:54 +01:00
Fix typos in HeadAuthStore::put_api_key
This commit is contained in:
parent
fb9b298645
commit
074a6a0cce
@ -97,7 +97,7 @@ impl HeedAuthStore {
|
||||
[
|
||||
Action::DocumentsGet,
|
||||
Action::DocumentsDelete,
|
||||
Action::DocumentsGet,
|
||||
Action::DocumentsAdd,
|
||||
]
|
||||
.iter(),
|
||||
);
|
||||
@ -107,7 +107,7 @@ impl HeedAuthStore {
|
||||
[
|
||||
Action::IndexesAdd,
|
||||
Action::IndexesDelete,
|
||||
Action::IndexesUpdate,
|
||||
Action::IndexesGet,
|
||||
Action::IndexesUpdate,
|
||||
]
|
||||
.iter(),
|
||||
|
Loading…
Reference in New Issue
Block a user