diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-22 13:55:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-22 13:55:10 -0400 |
| commit | a27007b6fe8c76f9ee8f680ef696a5549001568f (patch) | |
| tree | 3e2647957ab9d80a35c6a7c88cc24d29687f5b1c /frontend/lib | |
| parent | 18b80cbbcf0edb9db5bf49e65e1507246ef47b8b (diff) | |
| parent | 0ea596dc9af388fb7cc8ada50f47aab693ce0dbe (diff) | |
Merge pull request #7 from lfades/master
Updated next-with-apollo to v3
Diffstat (limited to 'frontend/lib')
| -rw-r--r-- | frontend/lib/withData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js index 6c215af..aa0ba88 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -33,4 +33,4 @@ function createClient({ headers }) { }); } -export default withApollo({ client: createClient }); +export default withApollo(createClient); |
