Skip to content

Commit

Permalink
Update fetchApi.js
Browse files Browse the repository at this point in the history
add spaces
  • Loading branch information
eselkin authored Dec 6, 2023
1 parent a0ebbe6 commit 383d2bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/site/stages/build/drupal/static-data-files/fetchApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async function fetchWrapper(url, options) {
const { data } = await curly.get(url);
return new Response(data, { status: 200, statusText: 'OK', url });
}

Check failure on line 15 in src/site/stages/build/drupal/static-data-files/fetchApi.js

View workflow job for this annotation

GitHub Actions / Linting

src/site/stages/build/drupal/static-data-files/fetchApi.js:15:1:Delete `··`
return fetch(url, options);
}

Expand Down Expand Up @@ -58,6 +59,7 @@ function getCurlClient(buildOptions, _clientOptionsArg = { verbose: true }) {
'certs/VA-Internal-S2-RCA2.pem',
]);
}

Check failure on line 62 in src/site/stages/build/drupal/static-data-files/fetchApi.js

View workflow job for this annotation

GitHub Actions / Linting

src/site/stages/build/drupal/static-data-files/fetchApi.js:62:1:Delete `······`
return fetchWrapper(
url,
// eslint-disable-next-line prefer-object-spread
Expand Down

0 comments on commit 383d2bd

Please sign in to comment.