Skip to content

Commit

Permalink
comment unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs authored and MaartendeKruijf committed Dec 11, 2024
1 parent 9a074b2 commit bc0953a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/core/capability/manual/interaction/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ func (manualController *InteractionController) registerPendingInteraction(comman
return nil
}

func (manualController *InteractionController) continueInteraction(interactionResponse manual.InteractionResponse) error {
// TODO
if interactionResponse.ResponseError != nil {
return interactionResponse.ResponseError
}
return nil
}
// func (manualController *InteractionController) continueInteraction(interactionResponse manual.InteractionResponse) error {
// // TODO
// if interactionResponse.ResponseError != nil {
// return interactionResponse.ResponseError
// }
// return nil
// }

0 comments on commit bc0953a

Please sign in to comment.