Skip to content

Commit

Permalink
re-align log and recorder (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier authored Oct 7, 2024
1 parent 7fe7979 commit 6dc343d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/datadogslo/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func NewReconciler(client client.Client, ddClient datadogclient.DatadogSLOClient
client: client,
datadogClient: ddClient.Client,
datadogAuth: ddClient.Auth,
log: log,
recorder: recorder,
log: log,
recorder: recorder,
}
}

Expand Down

0 comments on commit 6dc343d

Please sign in to comment.