From 95cf6f600197e42fbfcf6681009c3813b211309d Mon Sep 17 00:00:00 2001 From: tina Date: Wed, 25 Sep 2024 16:48:55 +0200 Subject: [PATCH] Fix: Pipeline problems --- components/helpers/cycle-day.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/helpers/cycle-day.js b/components/helpers/cycle-day.js index a7f82f1..17ce643 100644 --- a/components/helpers/cycle-day.js +++ b/components/helpers/cycle-day.js @@ -262,8 +262,7 @@ export const symptomPage = { export const save = { bleeding: (data, date, shouldDeleteData) => { - let { - exclude, + const { value, pad, tampon, @@ -275,6 +274,7 @@ export const save = { other, note, } = data + let { exclude } = data const isDataEntered = [ 'value', 'pad',