Skip to content

Commit

Permalink
style(/starters/graphql-starter): fixes from yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
cruno91 committed Nov 22, 2023
1 parent 9968099 commit 55c62b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/graphql-starter/lib/drupal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function query<DataType>(payload: QueryPayload) {
withAuth: true, // Make authenticated requests using OAuth.
headers: {
"Content-Type": "application/json",
"Accept": "application/json",
Accept: "application/json",
},
})

Expand Down

0 comments on commit 55c62b5

Please sign in to comment.