Skip to content

Commit e39f3b3

Browse files
committed
Revert "fix param placement"
This reverts commit 16d58a5.
1 parent 936f363 commit e39f3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function buildSchema(moduleIds, extensionSchemas, options) {
5050
})
5151

5252
// merge fragments and build GraphQLSchema object
53-
return buildASTSchema(mergeTypeDefs(fragments.concat(extensionSchemas || [])), options)
53+
return buildASTSchema(mergeTypeDefs(fragments.concat(extensionSchemas || []), options))
5454
}
5555

5656
module.exports = {

0 commit comments

Comments
 (0)