mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
Extra comma was breaking node seed
This commit is contained in:
parent
1e412b1498
commit
d588263658
@ -325,7 +325,7 @@
|
||||
" <label><input type='checkbox' name='personality'> Crazy</label>",
|
||||
" <input type='text' placeholder='cat photo URL' required>",
|
||||
" <button type='submit'>Submit</button>",
|
||||
" </form>",,
|
||||
" </form>",
|
||||
"</div>"
|
||||
],
|
||||
"challengeType": 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user