feat: preview to-be-removed session (#2306)

This commit is contained in:
Yingjie He
2025-04-23 10:18:55 -07:00
committed by GitHub
parent 9f52147833
commit 93abd4e54b
2 changed files with 39 additions and 31 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use std::cmp::Ordering;
use crate::session::{self, SessionMetadata};
#[derive(Serialize)]
#[derive(Clone, Serialize)]
pub struct SessionInfo {
pub id: String,
pub path: String,