Commit 2c99aa0
committed
fix: remove duplicate apiKeys field from ReferralCustomer
ReferralCustomer extends BaseUser, which now has the apiKeys field.
Having apiKeys in both classes causes a Gson duplicate field error
during JSON deserialization.1 parent 0f82572 commit 2c99aa0
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
0 commit comments