Skip to content

Commit

Permalink
New practice exercise rest-api (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet authored Jul 16, 2021
1 parent 0edd856 commit e187087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bootstrap_practice_exercise.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Generate do
"#{var} :: TODO.t()"

{var, sub_vars} ->
"#{var} :: %{#{Enum.map_join(sub_vars, ", ", &(&1 <> " : TODO.t()"))}}"
"#{var} :: %{#{Enum.map_join(sub_vars, ", ", &(&1 <> ": TODO.t()"))}}"
end)

variable_list = Enum.map_join(variables, ", ", fn {var, _} -> var end)
Expand Down
4 changes: 4 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2852,7 +2852,11 @@
}
],
"foregone": [
"high-scores",
"linked-list",
"micro-blog",
"rest-api",
"reverse-string",
"robot-name"
]
},
Expand Down

0 comments on commit e187087

Please sign in to comment.