stuff
This commit is contained in:
@@ -69,7 +69,6 @@ pub struct WebdavToken {
|
||||
pub token_prefix: String,
|
||||
pub token_hash: String,
|
||||
pub label: Option<String>,
|
||||
pub scopes: serde_json::Value,
|
||||
pub created_at: NaiveDateTime,
|
||||
pub last_used_at: Option<NaiveDateTime>,
|
||||
pub expires_at: Option<NaiveDateTime>,
|
||||
@@ -85,7 +84,6 @@ pub struct NewWebdavToken {
|
||||
pub token_prefix: String,
|
||||
pub token_hash: String,
|
||||
pub label: Option<String>,
|
||||
pub scopes: serde_json::Value,
|
||||
pub expires_at: Option<NaiveDateTime>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user