Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion services/gql.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function getGraphQLPageQuery({ path, mode }) {
`;
};


/**
* This method tries to use a graphql GET for a cached response before it uses a POST
* If it gets no data in the GET, it falls back to the POST, which should load cache.
Expand Down