Skip to content

Commit

Permalink
Merge pull request #46 from TogetherCrew/feature/45-update-twitter-ch…
Browse files Browse the repository at this point in the history
…oreography-to-send-message-on-discord

feat: transaction step was updated in the saga
  • Loading branch information
cyri113 authored Sep 15, 2023
2 parents dd30212 + fef32f6 commit 79c98e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/tc-messagebroker",
"version": "0.0.41",
"version": "0.0.42",
"description": "a service that include common things that need in every microservies ",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/saga/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export const TWITTER_REFRESH_TRANSACTIONS: ITransaction[] = [
...DEFAULT_TRANSACTION_PROPERTY
},
{
queue: Queue.TWITTER_BOT,
event: Event.TWITTER_BOT.SEND_MESSAGE,
queue: Queue.DISCORD_BOT,
event: Event.DISCORD_BOT.SEND_MESSAGE,
order: 4,
...DEFAULT_TRANSACTION_PROPERTY
}
Expand Down

0 comments on commit 79c98e4

Please sign in to comment.