Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit d1f8799

Browse files
committed
eslint disable line (fetch is included with next)
1 parent e125892 commit d1f8799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ async function fetchAPI(query, {variables} = {}) {
99
] = `Bearer ${process.env.WORDPRESS_AUTH_REFRESH_TOKEN}`
1010
}
1111

12+
// eslint-disable-next-line no-undef
1213
const res = await fetch(API_URL, {
1314
method: 'POST',
1415
headers,

0 commit comments

Comments
 (0)