Преглед изворни кода

refs 116536: imprv comment

Futa Arai пре 3 година
родитељ
комит
d4a23675c1

+ 1 - 1
packages/app/src/client/services/guest-questionnaire-answer-status.ts

@@ -25,7 +25,7 @@ const getStorage = (): GuestQuestionnaireAnswerStatusStorage | null => {
     if (currentStorage) {
       const storageJson: GuestQuestionnaireAnswerStatusStorage = JSON.parse(currentStorage);
 
-      // delete status if outdated to prevent localStorage expansion
+      // delete status if outdated to prevent localStorage overflow
       // change skipped to not_answered if different date than when skipped
       Object.keys(storageJson).forEach((key) => {
         const answerStatus = storageJson[key];