Skip to content

Commit

Permalink
🐛 Actually add the recipe to the planner
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtomhewitt committed Feb 16, 2020
1 parent 6b12012 commit 3cde0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Json/JsonBody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class JsonBody
public static JSONObject AddToPlanner(string recipe, string day, string apiKey)
{
JSONObject json = new JSONObject();
json.Add("recipe", " ");
json.Add("recipe", recipe);
json.Add("day", day);
json.Add("apiKey", apiKey);
return json;
Expand Down

0 comments on commit 3cde0d4

Please sign in to comment.