Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 3, 2022
1 parent e1100ba commit cd236d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cms-wordpress/lib/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const API_URL = process.env.WORDPRESS_API_URL

async function fetchAPI(query="", { variables } = {}) {
async function fetchAPI(query = '', { variables } = {}) {
const headers = { 'Content-Type': 'application/json' }

if (process.env.WORDPRESS_AUTH_REFRESH_TOKEN) {
Expand Down

0 comments on commit cd236d6

Please sign in to comment.