Anyone know at what point in this process the Type...
# announcements
s
Anyone know at what point in this process the Type of
ResponseResult
is getting erased and how I can avoid it?
d
Make
getChangeset
return
ResponseResult<Item>
instead of
ResponseResult<Any>
.
s
just caught that, fixed it right up! thanks 👍