Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Mar 23, 2016
1 parent 1083c7e commit 2d833ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/__tests__/extendSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ const SomeUnionType = new GraphQLUnionType({
const SomeEnumType = new GraphQLEnumType({
name: 'SomeEnum',
values: {
'ONE': { value: 1 },
'TWO': { value: 2 },
ONE: { value: 1 },
TWO: { value: 2 },
}
});

Expand Down

0 comments on commit 2d833ad

Please sign in to comment.