Join Slack
Powered by
Anyone know at what point in this process the Type...
# announcements
s
Shan
08/28/2019, 10:59 PM
Anyone know at what point in this process the Type of
ResponseResult
is getting erased and how I can avoid it?
Type_Erasure
d
Dominaezzz
08/28/2019, 11:04 PM
Make
getChangeset
return
ResponseResult<Item>
instead of
ResponseResult<Any>
.
s
Shan
08/28/2019, 11:05 PM
just caught that, fixed it right up! thanks 👍
2
Views
Open in Slack
Previous
Next