Skip to content

Commit

Permalink
Update packages/web-shared/client/apollosApiLink.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Wilson <[email protected]>
  • Loading branch information
nlewis84 and vinnyjth authored Feb 15, 2024
1 parent e2ceefc commit 22bca5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web-shared/client/apollosApiLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const apollosApiLink = (church_slug) =>
headers: {
...headers,
'x-church': church_slug,
// Uncomment the following line to disable caching
// 'x-cache-me-not': 1,
'x-cache-me-not': 1,
},
}));

Expand Down

0 comments on commit 22bca5f

Please sign in to comment.