Commit 5c7090e
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
0 commit comments