mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +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::DocumentsGet,
|
||||||
Action::DocumentsDelete,
|
Action::DocumentsDelete,
|
||||||
Action::DocumentsGet,
|
Action::DocumentsAdd,
|
||||||
]
|
]
|
||||||
.iter(),
|
.iter(),
|
||||||
);
|
);
|
||||||
@ -107,7 +107,7 @@ impl HeedAuthStore {
|
|||||||
[
|
[
|
||||||
Action::IndexesAdd,
|
Action::IndexesAdd,
|
||||||
Action::IndexesDelete,
|
Action::IndexesDelete,
|
||||||
Action::IndexesUpdate,
|
Action::IndexesGet,
|
||||||
Action::IndexesUpdate,
|
Action::IndexesUpdate,
|
||||||
]
|
]
|
||||||
.iter(),
|
.iter(),
|
||||||
|
Loading…
Reference in New Issue
Block a user