Skip to content

Commit

Permalink
Remove obsolete TODOs from header validator
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Nov 30, 2023
1 parent 613b267 commit 6f20d2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ts/src/header-validator/validate-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ function array<T>(
.map(() => arr)
}

// TODO: Check length of strings.
function filterDataKeyValue(
ctx: Context,
[key, j]: [string, Json]
Expand Down Expand Up @@ -1170,7 +1169,6 @@ function aggregatableTriggerData(
)
}

// TODO: check length of key
function aggregatableKeyValue(
ctx: Context,
[key, j]: [string, Json]
Expand Down

0 comments on commit 6f20d2b

Please sign in to comment.