Skip to content

Commit cb4045e

Browse files
authored
Merge pull request #50 from seymourtang/fix-field
fix: Update JSON tag for SkipPatterns field in JoinPropertiesTTSBody for consistency
2 parents 2080885 + 07ea42e commit cb4045e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/convoai/req/join.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ type JoinPropertiesTTSBody struct {
189189
// 4: Skip content in square brackets [ ],unicode is \u005B \u005D
190190
//
191191
// 5: Skip content in curly braces { },unicode is \u007B \u007D
192-
SkipPatterns []int `json:"skipPatterns,omitempty"`
192+
SkipPatterns []int `json:"skip_patterns,omitempty"`
193193
}
194194

195195
// @brief Defines the TTS vendor enumeration

0 commit comments

Comments
 (0)