snip- add missing comma
This commit is contained in:
parent
3fe78c55b8
commit
4c21cbf643
1 changed files with 3 additions and 3 deletions
6
parse.js
6
parse.js
|
@ -40,8 +40,8 @@ export default function parse(data) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
"parsed": parsed
|
parsed: parsed,
|
||||||
"data": data,
|
data: data,
|
||||||
"errors": errors
|
errors: errors
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue