Skip to content

Commit

Permalink
up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Apr 1, 2024
1 parent 81701f2 commit efdd550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/githubapp_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (r *GithubAppReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
// Always requeue the githubApp for reconcile as per `reconcileInterval`
requeueResult := r.checkExpiryAndRequeue(ctx, githubApp)

// Clear the error field and clear it
// Clear the error field if no errors
if githubApp.Status.Error != "" {
githubApp.Status.Error = ""
if err := r.Status().Update(ctx, githubApp); err != nil {
Expand Down

0 comments on commit efdd550

Please sign in to comment.