Closed jzhang-gp closed 5 years ago
Bug fixed. The problem is that we were using partial string matching in a conditional check, but we should aim for full equality on the key _method
. Not sure why we wanted to use partial matching in the first place.
Description
As described...it complains about missing
_class
. Need to dig into it.