Skip to content

Commit

Permalink
Merge 8527780 into 8525144
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-W committed Nov 6, 2018
2 parents 8525144 + 8527780 commit 02a9276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/3_0_1/scalars/code.scalar.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = new GraphQLScalarType({
},
// TODO: Implement proper parsing and sanitization here
parseLiteral: ast => {
let { value } = ast;
let { kind, value } = ast;
return kind === Kind.STRING
? value
: undefined;
Expand Down

0 comments on commit 02a9276

Please sign in to comment.