diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 09:36:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-15 09:36:13 -0400 |
| commit | a87f7f9b49a8de91f8c65476c9badccc2c4c69c6 (patch) | |
| tree | d52d61addc2d63fa849f794df82778cd4bcbc445 /frontend/lib | |
| parent | 6e85baf21f312f692bb31c082ae582696c394222 (diff) | |
| parent | cd191eddc553ea15ac6e9135cb5e9055e3552e88 (diff) | |
Merge pull request #3 from lfades/master
Updated next-with-apollo to 2.0
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 e1795c1..3210cf6 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -36,4 +36,4 @@ const client = new ApolloClient({ // TODO don't export client for page.js export { client }; -export default withApollo({ client, getInitialProps: true }); +export default withApollo({ client }); |
