Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
navnitms committed Jan 4, 2025
1 parent 690366f commit 2e46364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controlplane/handlers_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ func (s *Server) processProfileStatusById(
}
dbRuleEvaluationStatuses, err := s.store.ListRuleEvaluationsByProfileId(ctx, db.ListRuleEvaluationsByProfileIdParams{
ProfileID: profileID,
EntityID: *&entityID,
EntityID: entityID,
RuleTypeName: *ruleType,
RuleName: *ruleName,
})
Expand Down

0 comments on commit 2e46364

Please sign in to comment.