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 {
|
||||
"parsed": parsed
|
||||
"data": data,
|
||||
"errors": errors
|
||||
parsed: parsed,
|
||||
data: data,
|
||||
errors: errors
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue