Skip to content

Commit

Permalink
fix function clause error
Browse files Browse the repository at this point in the history
  • Loading branch information
TraceyOnim committed Mar 29, 2024
1 parent 009e827 commit dfbf93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mix/tasks/generate.answers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ defmodule Mix.Tasks.Gen.Answers do
case question_type(name) do
"free-form" -> "secret"
"multi-choice" -> 0
_ -> 0
end

{file_name, answer}
Expand Down

0 comments on commit dfbf93f

Please sign in to comment.