Skip to content

Commit

Permalink
Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed May 15, 2024
1 parent 2b0ecef commit bb84167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bot/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class KunaBot {
tree,
renderer: denotationRenderText,
showMovement: false,
truncateLabels: [],
}),
),
);
Expand Down
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ yargs
tree: trees[0],
renderer: denotationRenderText,
showMovement: argv.movement,
truncateLabels: [],
});
const png = canvas.toBuffer('image/png');
fs.writeFileSync(argv.output as string, png);
Expand Down

0 comments on commit bb84167

Please sign in to comment.