Skip to content

Commit 0fb6721

Browse files
authored
Merge pull request #218 from w3bdesign/The-parameter-_context-is-not-used
Fix The parameter _context is not used
2 parents 00f2d26 + e37efec commit 0fb6721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/apollo-client-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const afterware = new ApolloLink((operation, forward) => {
5555
})
5656
})
5757

58-
export default function (_context) {
58+
export default function () {
5959
return {
6060
/**
6161
* default 'apollo' definition

0 commit comments

Comments
 (0)