Skip to content

Commit 594210b

Browse files
AnnatarHeclaude
andcommitted
fix(model): use camelCase for session-project JSON tags
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d299bf4 commit 594210b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

model/api_session_project.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
)
88

99
type sessionProjectRequest struct {
10-
SessionID string `json:"session_id"`
11-
ProjectPath string `json:"project_path"`
10+
SessionID string `json:"sessionId"`
11+
ProjectPath string `json:"projectPath"`
1212
}
1313

1414
type sessionProjectResponse struct{}

0 commit comments

Comments
 (0)