mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix for review
This commit is contained in:
parent
7f2e5d091a
commit
055368acd8
9 changed files with 140 additions and 111 deletions
|
@ -39,7 +39,7 @@ impl ContextExt for Context<Data> {
|
|||
.get::<Str, SerdeBincode<Token>>(&reader, &token_key)
|
||||
.map_err(ResponseError::internal)?
|
||||
.ok_or(ResponseError::invalid_token(format!(
|
||||
"token key does not exist: {}",
|
||||
"Api key does not exist: {}",
|
||||
user_api_key
|
||||
)))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue