From b44714eb591015b2d7d03c554393f63d3785f17b Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 5 Dec 2019 19:47:46 -0800 Subject: [PATCH] Fix broken link. --- client/src/index.js | 4 ---- 1 file changed, 4 deletions(-) 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(),