UNPKG

@defra/wls-eps-web-service

Version:

The web service for wildlife licencing of European Protected Species

10 lines (9 loc) 257 B
/** * Clears the data from the "top-level" when a new application is chosen * @param request * @returns {Promise<Awaited<*>[]>} */ export const clearData = async journeyData => { delete journeyData.habitatData delete journeyData.additionalContact }