Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Oct 30, 2022
1 parent 40af698 commit 80d21d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/publisher/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ async function publishReleases() {
)

const newReleases: unknown[] = []
let hasErrored = false
for (const [filename, fileInfo] of index.entries()) {
if (hasErrored) break
const { minecraftVersion } = fileInfo
const fileContents = await readFile(join(outputDir, filename))
const name = `${packVersion} (${minecraftVersion})`
Expand Down

0 comments on commit 80d21d7

Please sign in to comment.