Commit 66d9105
committed
Fix Event.setupoid field name to match decamelize output
The API returns `setupOID` which decamelizes to `setup_oid`, but the
field was named `setupoid`. This caused `_flexible_init` to silently
drop the value, making `Event.setup_oid` always None.1 parent 2dea7ff commit 66d9105
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
| 616 | + | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
0 commit comments