Skip to content

Commit

Permalink
小文字に直す
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Jan 7, 2025
1 parent fc0cb5a commit 0c6b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func NewSuzuErrorResponse(err error) TranscriptionResult {
}

type soraHeader struct {
SoraChannelID string `header:"Sora-Channel-Id"`
SoraChannelID string `header:"sora-channel-id"`
SoraSessionID string `header:"sora-session-id"`
// SoraClientID string `header:"sora-client-id"`
SoraConnectionID string `header:"sora-connection-id"`
Expand Down

0 comments on commit 0c6b290

Please sign in to comment.