We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589b7e2 commit e88fa63Copy full SHA for e88fa63
challenger/handler.go
@@ -17,7 +17,7 @@ func (c *Challenger) challengeHandler(ctx types.Context) error {
17
return nil
18
case challenge := <-c.challengeCh:
19
c.stage.Reset()
20
- // Remove the pending challenge that was stored by the client or host
+ // Remove the pending challenge that was stored by the client or host
21
err := challengerdb.DeletePendingChallenge(c.stage, challenge)
22
if err != nil {
23
return err
0 commit comments