Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaack committed Sep 11, 2023
1 parent e92ec5e commit e5a30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/we-see/we-see.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function getFragmentFromFile(fragmentURL) {
const text = await response.text();
if (!text) {
// eslint-disable-next-line no-console
console.error('fragment details empty', path);
console.error('fragment details empty', fragmentURL);
return null;
}
return text;
Expand Down

0 comments on commit e5a30bf

Please sign in to comment.