Skip to content

Commit

Permalink
Patch Graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
TisMeCastle committed Oct 5, 2023
1 parent 4cefe74 commit 16aeec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/Esport/def.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
}


const outputFilePath = await convertFile(filePath, {
const outputFilePath = await convertFile(inputFilePath, {
headless: "new",
puppeteer: {
headless: "new",
Expand Down
2 changes: 1 addition & 1 deletion commands/Esport/gameday.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
}


const outputFilePath = await convertFile(filePath, {
const outputFilePath = await convertFile(inputFilePath, {
headless: "new",
puppeteer: {
headless: "new",
Expand Down
2 changes: 1 addition & 1 deletion commands/Esport/vic.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
}


const outputFilePath = await convertFile(filePath, {
const outputFilePath = await convertFile(inputFilePath, {
headless: "new",
puppeteer: {
headless: "new",
Expand Down

0 comments on commit 16aeec0

Please sign in to comment.