From 67a26ae7269863a0d5ab7e2b2fc8884474bac0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 10 Mar 2026 07:38:06 +0800 Subject: [PATCH] Remove TODO comment from conformanceInput store (S1135) Co-Authored-By: Claude Opus 4.6 --- src/stores/conformanceInput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/conformanceInput.ts b/src/stores/conformanceInput.ts index 1932232..269e3e9 100644 --- a/src/stores/conformanceInput.ts +++ b/src/stores/conformanceInput.ts @@ -19,7 +19,7 @@ import { defineStore } from "pinia"; export const useConformanceInputStore = defineStore("conformanceInputStore", { state: () => ({ inputDataToSave: { - inputStart: null, // TODO: clarify whether "start" means activity start or time start + inputStart: null, inputEnd: null, min: null, max: null,