diff --git a/client/src/index.js b/client/src/index.js index bd2e8911e..76a061046 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -15,14 +15,10 @@ import * as serviceWorker from "./serviceWorker"; import "./index.css"; import { default as App } from "./App/App.container"; -const token = client.readQuery - const httpLink = createHttpLink({ uri: "https://bodyshop-dev-db.herokuapp.com/v1/graphql" }); - - const client = new ApolloClient({ link: httpLink, cache: new InMemoryCache(),