Skip to content

Commit

Permalink
Remove unused var from with-graphql example (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmiras authored and timneutkens committed Feb 14, 2018
1 parent dd2a4bb commit 14b097a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-graphql-request/index.js
@@ -1,4 +1,4 @@
const { GraphQLClient, request } = require('graphql-request')
const { request } = require('graphql-request')
const endpoint = 'https://api.graph.cool/simple/v1/movies'

// Prepare simple query
Expand Down

0 comments on commit 14b097a

Please sign in to comment.