Skip to content

Commit

Permalink
send event through insight process
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzhang717 committed Sep 16, 2022
1 parent 1a59737 commit f0961dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffc/ffc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ func (c *Client) evaluateInternal(featureFlagKey string, user model.FFCUser, def
evaResult.Name)
}

// TODO
//eventHandler.accept(event);
// TODO test insight process
c.insightProcessor.Send(&event)

er := data.EvalResult{
Index: evaResult.Index,
Expand Down

0 comments on commit f0961dd

Please sign in to comment.