Skip to content

Commit

Permalink
fix: fix the lint ci :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Oct 23, 2024
1 parent 2d0d5de commit 00e40fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ async function app(): Promise<void> {
}

app().catch((error) => {
logger.fatal(error, 'Failed To start the application!!');
logger.fatal(error, 'Failed To start the application!');
});

0 comments on commit 00e40fa

Please sign in to comment.