mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
sequential extractor
This commit is contained in:
@ -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()),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user