You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// a custom JSON serializer function for producing JSON response bodies// @param sanitizedData: response data containing only safe properties// @param originalError: the original Error object
jsonSerializer: function(sanitizedData,originalError){if(originalError.name==='ValidationError'){vardetails=sanitizedData.details||{};sanitizedData.issueCount=details.codes&&Object.keys(details.codes).length;}returnsanitizedData;}
The text was updated successfully, but these errors were encountered:
See strongloop/loopback#1650 (comment)
The text was updated successfully, but these errors were encountered: