Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Fix multiple validator inconsistency #401

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'origin' into fatihdumanli/bugfix/fix-on…
…-multiple-validators
  • Loading branch information
mislav committed Mar 9, 2022
commit 6f4fda03758a71839fd2bb4798db787f700b419a
2 changes: 1 addition & 1 deletion survey.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func Ask(qs []*Question, response interface{}, opts ...AskOpt) error {
return err
}

// add the answer to the response data structure
// add it to the map
if err := core.WriteAnswer(response, q.Name, ans); err != nil {
return err
}
Expand Down
1 change: 0 additions & 1 deletion survey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package survey

import (
"errors"
"fmt"
"strings"
"testing"
"time"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.