Skip to content

Commit

Permalink
fix: fix the ci :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Oct 23, 2024
1 parent 1de91cb commit ffaea59
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 ffaea59

Please sign in to comment.