Fix typos in HeadAuthStore::put_api_key

This commit is contained in:
Phillip Davis 2022-07-06 22:24:46 -04:00
parent fb9b298645
commit 074a6a0cce
No known key found for this signature in database
GPG Key ID: EF6116274E70E43F

View File

@ -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(),