From 13ee8dc2bb861d1c0d4621b21af21349ed8adcc2 Mon Sep 17 00:00:00 2001 From: mouhamadalmounayar Date: Fri, 23 Aug 2024 13:21:10 +0200 Subject: [PATCH] chore(builtins): remove outdated comments following update Signed-off-by: mouhamadalmounayar --- src/if-run/builtins/time-sync/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/if-run/builtins/time-sync/index.ts b/src/if-run/builtins/time-sync/index.ts index 8064c592..d1ad49a4 100644 --- a/src/if-run/builtins/time-sync/index.ts +++ b/src/if-run/builtins/time-sync/index.ts @@ -295,7 +295,6 @@ export const TimeSync = ( return acc; } - /** @todo use user defined resolution later */ if (key === 'duration') { acc[key] = timeStep; @@ -327,7 +326,6 @@ export const TimeSync = ( return acc; } - /** @todo later will be changed to user defined interval */ if (metric === 'duration') { acc[metric] = timeStep;