Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Oct 17, 2024
1 parent 51e2423 commit 214b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class Build {
if (duplicates.find((i) => i.filePath === filePath)) {
return;
}
duplicates.push({ name: item.uniqueName, filePath: filePath });
duplicates.push({ name: item.uniqueName, filePath });
}

// If the component image was downloaded before the item make a copy
Expand Down

0 comments on commit 214b927

Please sign in to comment.