Skip to content

Commit fd0c2b6

Browse files
committed
feat: remove court code
1 parent 9201c8d commit fd0c2b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/models_request_codeSearch.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ type Must struct {
2626
}
2727

2828
type Match struct {
29-
ClasseCodigo int `json:"classe.codigo,omitempty"`
30-
OrgaoJulgadorCodigo int `json:"orgaoJulgador.codigo,omitempty"`
29+
ClasseCodigo int `json:"classe.codigo,omitempty"`
3130
}
3231

3332
type Sort struct {

0 commit comments

Comments
 (0)