chore: format code

thinking-toggle-wip
GitHub Action 2025-12-12 02:06:49 +00:00 committed by Aiden Cline
parent 2062dd1086
commit 24c9d2b891
2 changed files with 2 additions and 3 deletions

View File

@ -2410,7 +2410,7 @@ export type SessionGetResponse = SessionGetResponses[keyof SessionGetResponses]
export type SessionUpdateData = {
body?: {
title?: string
time: {
time?: {
archived?: number
}
}

View File

@ -1190,8 +1190,7 @@
}
}
}
},
"required": ["time"]
}
}
}
}