Skip to content

Commit

Permalink
chore(builtins): remove outdated comments following update
Browse files Browse the repository at this point in the history
Signed-off-by: mouhamadalmounayar <[email protected]>
  • Loading branch information
mouhamadalmounayar committed Aug 23, 2024
1 parent 77266ba commit 020178b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/if-run/builtins/time-sync/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ export const TimeSync = (
return acc;
}

/** @todo use user defined resolution later */
if (key === 'duration') {
acc[key] = timeStep;

Expand Down Expand Up @@ -327,7 +326,6 @@ export const TimeSync = (
return acc;
}

/** @todo later will be changed to user defined interval */
if (metric === 'duration') {
acc[metric] = timeStep;

Expand Down

0 comments on commit 020178b

Please sign in to comment.