Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Feb 15, 2024
1 parent 1717308 commit f8b333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gather/gatherers/root-causes.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RootCauses extends BaseGatherer {
}
},
/** @param {string} url */
// @ts-expect-error
// @ts-expect-error not using, dont care about type error.
// eslint-disable-next-line no-unused-vars
async fontFaceForSource(url) {
return null;
Expand Down

0 comments on commit f8b333c

Please sign in to comment.