Skip to content

Commit

Permalink
Temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Dec 23, 2021
1 parent 3c76037 commit 0a8fe94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/netlify-plugin-netligraph/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export default {

if (appOperationsDoc.trim().length === 0) {
appOperationsDoc = `query PlaceholderQuery {
__typename
}`
__typename
}`
parsedDoc = parse(appOperationsDoc)
}

Expand Down

0 comments on commit 0a8fe94

Please sign in to comment.