Nezteb
05/21/2019, 11:25 PMval exampleUsersList = listOf("1", "2", "3")
...
val spec = ... {
summary = ...
receiving(bodyLens to exampleUsersList, "UserIdList")
returning(...)
}
if i comment out the receiving
call, it works fine... 🤔