UNPKG

@defra/wls-eps-api

Version:

The API to support the wildlife licencing of European Protected Species

10 lines (9 loc) 256 B
/** * Consume Prepare output * @param user.dataValues * @returns {any} */ export const prepareResponse = u => Object.assign((({ createdAt, updatedAt, ...l }) => l)(u), { createdAt: u.createdAt.toISOString(), updatedAt: u.updatedAt.toISOString() })