Skip to content

Commit e187087

Browse files
authored
New practice exercise rest-api (#831)
1 parent 0edd856 commit e187087

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bin/bootstrap_practice_exercise.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule Generate do
5050
"#{var} :: TODO.t()"
5151

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

5656
variable_list = Enum.map_join(variables, ", ", fn {var, _} -> var end)

config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,11 @@
28522852
}
28532853
],
28542854
"foregone": [
2855+
"high-scores",
28552856
"linked-list",
2857+
"micro-blog",
2858+
"rest-api",
2859+
"reverse-string",
28562860
"robot-name"
28572861
]
28582862
},

0 commit comments

Comments
 (0)