fix warnings
This commit is contained in:
parent
e4600ccfef
commit
3573d40027
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use tracing::info;
|
|||
#[derive(Debug, Deserialize)]
|
||||
struct Claims {
|
||||
sub: String,
|
||||
exp: usize,
|
||||
//exp: usize,
|
||||
}
|
||||
|
||||
/// # `GET /_matrix/client/r0/login`
|
||||
|
|
Loading…
Add table
Reference in a new issue