Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjb committed Jul 17, 2024
1 parent 244fd6a commit bb47df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/engine/eval_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ func (e *executor) createEvalStatusParams(
return nil, fmt.Errorf("entity type not yet supported")
}

// TODO: replace with new tables
// TODO: once we replace the existing profile state types with the new
// evaluation history tables, this can go away.
ruleTypeName, err := e.querier.GetRuleTypeNameByID(ctx, rule.RuleTypeID)
if err != nil {
return nil, fmt.Errorf("error while retrieving rule type name: %w", err)
Expand Down

0 comments on commit bb47df5

Please sign in to comment.