Skip to content

Commit

Permalink
Merge pull request #22 from RnDAO/dev_amin_fix_choreography_name
Browse files Browse the repository at this point in the history
Dev amin fix choreography name
  • Loading branch information
cyri113 authored Jun 7, 2023
2 parents 1b25954 + dfb28aa commit 01f3907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="tc-messageBroker",
version="1.2.0",
version="1.2.1",
author="Mohammad Amin Dadgar, RnDAO",
maintainer="Mohammad Amin Dadgar",
maintainer_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion tc_messageBroker/rabbit_mq/saga/choreography.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)

DISCORD_SCHEDULED_JOB = IChoreography(
name="DISCORD_UPDATE_CHANNELS",
name="DISCORD_SCHEDULED_JOB",
transactions=DISCORD_SCHEDULED_JOB_TRANSACTIONS,
)

Expand Down

0 comments on commit 01f3907

Please sign in to comment.