Skip to content

Commit

Permalink
Update challenger/handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: beer-1 <[email protected]>
  • Loading branch information
sh-cha and beer-1 authored Dec 10, 2024
1 parent 2eb12dd commit 2863135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions challenger/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func (c *Challenger) challengeHandler(ctx types.Context) error {
return nil
case challenge := <-c.challengeCh:
c.stage.Reset()
// Remove the pending challenge that was stored by the client or host
err := challengerdb.DeletePendingChallenge(c.stage, challenge)
if err != nil {
return err
Expand Down

0 comments on commit 2863135

Please sign in to comment.