Skip to content

Commit

Permalink
Fixing one linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHowellSlavin committed Aug 3, 2023
1 parent 7a2e0ff commit 395d30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/faas-decode/faas-decode.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default async function init(el) {
const resp = await fetch(url);

if (!resp?.ok) {
// eslint-disable-next-line no-console
console.log(`Error fetching data from url: ${url}`);
return;
}
Expand Down

0 comments on commit 395d30b

Please sign in to comment.