mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
sequential extractor
This commit is contained in:
parent
af8a5f2c21
commit
b57c59baa4
14 changed files with 198 additions and 38 deletions
|
@ -41,10 +41,7 @@ impl<P, D> GuardedData<P, D> {
|
|||
}),
|
||||
None => Err(AuthenticationError::IrretrievableState.into()),
|
||||
},
|
||||
(token, None) => {
|
||||
let token = token.to_string();
|
||||
Err(AuthenticationError::InvalidToken(token).into())
|
||||
}
|
||||
(token, None) => Err(AuthenticationError::InvalidToken(token).into()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue