Fork me on GitHub
#yada
<
2020-05-21
>
Ramon Rios11:05:34

no implementation of method: :interpret-delete-result of protocol: #'yada.methods/DeleteResult found for class: clojure.lang.PersistentVectord
Did soemone faced this error before?

Ramon Rios11:05:55

I'm trying to create a delete endpoint, my tests are working fine, but when i use in swagger or postman, i got this error.

nha19:05:57

Something is calling your protocol on a vector. Like (interpret-delete-result [])