mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
fix(types): add missed default type
This commit is contained in:
parent
97c0cf5844
commit
c611396331
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub struct ErrorResponse<S = String> {
|
|||
/// The response object of `/_blah/user/me` endpoint on HTTP error status.
|
||||
/// It contains additional registration information.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct ErrorResponseWithChallenge<S> {
|
||||
pub struct ErrorResponseWithChallenge<S = String> {
|
||||
/// The error object.
|
||||
pub error: ErrorObject<S>,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue