Skip to content

Commit 5c7090e

Browse files
authored
Removed trailing comma in skill.json
When using ask cli in Python 3.6 to deploy this code to the Developer Console, the trailing comma on line 14 causes an "invalid json" error. I've just removed that trailing comma to produce valid json.
1 parent 8af106f commit 5c7090e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skill.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"keywords": [],
1313
"name": "Facts Sample w/In Skill Purchasing",
14-
"description": "Sample Full Description",
14+
"description": "Sample Full Description"
1515
}
1616
},
1717
"isAvailableWorldwide": true,
@@ -27,4 +27,4 @@
2727
},
2828
"manifestVersion": "1.0"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)