Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyBanks committed Feb 21, 2020
1 parent e03ab0b commit ce586be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/[game]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const GamePage: NextPage = () => {
GetGamePagePreview,
{
variables: { slug: router.query.game },
fetchPolicy: "cache-only",
},
);

Expand Down

1 comment on commit ce586be

@vercel
Copy link

@vercel vercel bot commented on ce586be Feb 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.