Skip to content

Commit

Permalink
bot: check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Oct 24, 2024
1 parent 981b9ea commit 0c74949
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 0c74949

Please sign in to comment.