Skip to content

Commit e6b86b5

Browse files
committed
refactor
1 parent cdf7590 commit e6b86b5

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
@@ -2,6 +2,6 @@ const { print } = require('graphql')
22

33
module.exports = {
44
plugin: (schema, documents, config, info) => (
5-
documents.map(({ document }) => print(document)).join('\n')
5+
documents.map( ({ document }) => print(document) ).join('\n')
66
)
77
}

0 commit comments

Comments
 (0)