From 592d49d19d44611f35b5dfa0657d53419a240250 Mon Sep 17 00:00:00 2001 From: jmurphy1196 <65454757+jmurphy1196@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:50:37 -0800 Subject: [PATCH] fix(curriculum): add comma to fix syntax in example (#45320) --- .../back-end-development-and-apis-projects/exercise-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/exercise-tracker.md b/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/exercise-tracker.md index 92244595875..390154aa986 100644 --- a/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/exercise-tracker.md +++ b/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/exercise-tracker.md @@ -24,7 +24,7 @@ Exercise: ```js { - username: "fcc_test" + username: "fcc_test", description: "test", duration: 60, date: "Mon Jan 01 1990",