Skip to content

Commit 0487302

Browse files
authored
Update index.js
1 parent 135619c commit 0487302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export {
363363
// Asserts a string is a valid GraphQL name.
364364
assertValidName,
365365
// Determine if a string is a valid GraphQL name.
366-
isValidNameError
366+
isValidNameError,
367367
// Compares two GraphQLSchemas and detects breaking changes.
368368
findBreakingChanges,
369369
findDangerousChanges,

0 commit comments

Comments
 (0)