Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorDiaconu committed Sep 20, 2019
1 parent 94758b1 commit 40c33ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function initialize(config = {}) {

// We define the HTTP Link
const httpLink = createHttpLink(config.httpLinkOptions);
console.log(config.httpLinkOptions);

if (meteorAccountsLink) {
terminatingLink = ApolloLink.concat(meteorAccountsLink, uploadLink, httpLink);
} else {
Expand Down

0 comments on commit 40c33ac

Please sign in to comment.