mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
no issue - the members output serializer was passing model objects through on `frame.response` but the webhooks serializer doesn't know how to deal with those - adjusting the output serializer to use a mapper as per the other serializers means that POJOs are being passed through which allows the webhook serializer to correctly pick out the changed attributes |
||
---|---|---|
.. | ||
input | ||
output | ||
index.js |