Commit 91c9f0b
fix: SystemFormGroup.ID を int に変更 (#45)
xp system form list 実行時に form_group.id のデコードで
cannot unmarshal number into Go struct field ... of type string
エラーが発生していたため、実 API のレスポンスに合わせて
型を string から int に修正する。
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 4defdda commit 91c9f0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments