Extra comma was breaking node seed

This commit is contained in:
benmcmahon100
2015-07-30 21:54:33 +01:00
parent 1e412b1498
commit d588263658

View File

@ -325,7 +325,7 @@
" <label><input type='checkbox' name='personality'> Crazy</label>", " <label><input type='checkbox' name='personality'> Crazy</label>",
" <input type='text' placeholder='cat photo URL' required>", " <input type='text' placeholder='cat photo URL' required>",
" <button type='submit'>Submit</button>", " <button type='submit'>Submit</button>",
" </form>",, " </form>",
"</div>" "</div>"
], ],
"challengeType": 0, "challengeType": 0,