Remove useless comma (#4711)

Found an additional comma typo when I implemented this example with typescript.
This commit is contained in:
Dongho
2022-06-16 23:03:36 +09:00
committed by GitHub
parent 763d57bb4e
commit d2da1a55d2

View File

@@ -1050,7 +1050,7 @@ export const initialTravelPlan = {
35: {
id: 35,
title: 'Oceania',
childIds: [36, 37, 38, 39, 40, 41,, 42],
childIds: [36, 37, 38, 39, 40, 41, 42],
},
36: {
id: 36,
@@ -2849,4 +2849,4 @@ Keep in mind that you [should not mutate objects in state](/learn/updating-objec
</Solution>
</Challenges>
</Challenges>