Rename DeleteSessionToken to DeleteDownloadToken

This commit is contained in:
2025-01-02 10:37:28 -06:00
parent e61c4715e1
commit 3e97becf67

View File

@@ -206,8 +206,8 @@ impl Executable {
#[derive(Debug, Deserialize)]
#[serde(tag = "type")]
pub enum IncomingMessage {
// A request from the client to delete a session token
DeleteSessionToken { id: u32 },
// A request from the client to delete a download token
DeleteDownloadToken { id: u32 },
}
#[derive(Debug, Serialize)]