Skip to content

Commit 0be5fb3

Browse files
Add Deserialize derive to TalkResponse
Required for TalksListResponse to derive Deserialize. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b67daaf commit 0be5fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/talk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub struct ChangeStateRequest {
8989
pub reason: Option<String>,
9090
}
9191

92-
#[derive(Debug, Serialize)]
92+
#[derive(Debug, Serialize, Deserialize)]
9393
pub struct TalkResponse {
9494
pub id: Uuid,
9595
pub speaker_id: Uuid,

0 commit comments

Comments
 (0)