fix warnings

merge-requests/257/head
Timo Kösters 2 years ago
parent e4600ccfef
commit 3573d40027
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4

@ -14,7 +14,7 @@ use tracing::info;
#[derive(Debug, Deserialize)]
struct Claims {
sub: String,
exp: usize,
//exp: usize,
}
/// # `GET /_matrix/client/r0/login`

Loading…
Cancel
Save