diff options
| author | Luis Alvarez <luisito453@gmail.com> | 2018-05-14 17:03:05 -0500 |
|---|---|---|
| committer | Luis Alvarez <luisito453@gmail.com> | 2018-05-14 17:03:05 -0500 |
| commit | cd191eddc553ea15ac6e9135cb5e9055e3552e88 (patch) | |
| tree | d52d61addc2d63fa849f794df82778cd4bcbc445 /frontend/lib | |
| parent | 6e85baf21f312f692bb31c082ae582696c394222 (diff) | |
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 }); |
