Skip to content

Commit

Permalink
chore: fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 19, 2023
1 parent 90df710 commit 56d4fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {

switch (i) {
case 0:
asset = findOutputFiles(options, /^1\.[^\.]*\.jpg$/, "img")[0];
asset = findOutputFiles(options, /^1\.[^.]*\.jpg$/, "img")[0];
break;
}

Expand Down

0 comments on commit 56d4fb2

Please sign in to comment.