Skip to content

Commit

Permalink
fix: force build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Paice committed Apr 18, 2024
1 parent 467ccdf commit e29cf38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtru-studio-websocket",
"version": "1.1.33",
"version": "1.1.34",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/rabbitmq/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const getChannel = async () => {
return connection.createChannel();
}

// if connection is null
// if connection is null.
process.exit(1);
} catch (error) {
captureException(error, { tags: { scope: 'rabbitmq' } });
Expand Down

0 comments on commit e29cf38

Please sign in to comment.